Current File : //opt/puppetlabs/puppet/bin/puppet
#!/opt/puppetlabs/puppet/bin/ruby

begin
  require 'puppet/util/command_line'
  Puppet::Util::CommandLine.new.execute
rescue LoadError => e
  $stderr.puts e.message
  exit(1)
end
Page not found – Hello World !