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