# File lib/puppet/util/filetype.rb, line 256
256:     def remove
257:         Puppet::Util.execute(%w{crontab -r}, :uid => @path)
258:     rescue => detail
259:         raise Puppet::Error, "Could not remove crontab for #{@path}: #{detail}"
260:     end