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