# File lib/puppet/provider/mcx/mcxcontent.rb, line 86 86: def self.mcxexport(ds_type, ds_name) 87: ds_t = TypeMap[ds_type] 88: ds_n = ds_name.to_s 89: ds_path = "/Local/Default/#{ds_t}/#{ds_n}" 90: dscl 'localhost', '-mcxexport', ds_path 91: end