# File lib/puppet/application/agent.rb, line 86 86: def run_command 87: return fingerprint if options[:fingerprint] 88: return onetime if Puppet[:onetime] 89: main 90: end