Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [main]
  2. # The Puppet log directory.
  3. # The default value is '$vardir/log'.
  4. logdir = /var/log/puppet
  5.  
  6. # Where Puppet PID files are kept.
  7. # The default value is '$vardir/run'.
  8. rundir = /var/run/puppet
  9.  
  10. # Where SSL certificates are kept.
  11. # The default value is '$confdir/ssl'.
  12. ssldir = $vardir/ssl
  13.  
  14. [agent]
  15. # The file in which puppetd stores a list of the classes
  16. # associated with the retrieved configuratiion. Can be loaded in
  17. # the separate ``puppet`` executable using the ``--loadclasses``
  18. # option.
  19. # The default value is '$confdir/classes.txt'.
  20. classfile = $vardir/classes.txt
  21.  
  22. # Where puppetd caches the local configuration. An
  23. # extension indicating the cache format is added automatically.
  24. # The default value is '$confdir/localconfig'.
  25. localconfig = $vardir/localconfig
  26. server = msspuppet1.internal.directi.com
  27. environment = production
  28.  
  29. [master]
  30. certname = msspuppet1.internal.directi.com
  31. autosign = /etc/puppet/autosign.conf
  32. ssl_client_header = HTTP_X_CLIENT_DN
  33. ssl_client_verify_header = HTTP_X_CLIENT_VERIFY
  34. #manifest = /etc/puppet/manifests/production/site.pp
  35. #modulepath = /etc/puppet/modules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement