# File lib/puppet/util/filetype.rb, line 199 199: def cmdbase 200: cmd = nil 201: if @uid == Puppet::Util::SUIDManager.uid 202: return "crontab" 203: else 204: return "crontab -u #{@path}" 205: end 206: end