# File lib/puppet/provider/mcx/mcxcontent.rb, line 164 164: def destroy 165: ds_parms = get_dsparams 166: ds_t = TypeMap[ds_parms[:ds_type]] 167: ds_n = ds_parms[:ds_name].to_s 168: ds_path = "/Local/Default/#{ds_t}/#{ds_n}" 169: 170: dscl 'localhost', '-mcxdelete', ds_path 171: end