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