Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Feb 10th, 2010  |  syntax: None  |  size: 0.32 KB  |  hits: 62  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. #
  2. # Default puppetd config, for a puppet client
  3. #
  4. [puppetd]
  5. name = puppetd
  6. confdir = /phil/etc/puppet
  7. vardir = /phil/var/puppet
  8. syslogfacility = local5
  9.  
  10. server = puppet.domain.com
  11. masterport = 443
  12. smtpserver = smtp.domain.com
  13.  
  14. factpath = $vardir/lib/facter
  15. pluginsync = true
  16.  
  17. environment = <%= environment %>