# File lib/puppet/provider/nameservice/directoryservice.rb, line 469 469: def deletecmd 470: # JJM: Like addcmd, only called when deleting the object itself 471: # Note, this isn't used to delete properties of the object, 472: # at least that's how I understand it... 473: self.class.get_exec_preamble("-delete", @resource[:name]) 474: end