Advertisement
Guest User

foreman.yml

a guest
Oct 6th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ---
  2. :url: "https://foreman.domain.com"
  3. :ssl_ca: "/var/lib/puppet/ssl/certs/ca.pem"
  4. :ssl_cert: "/var/lib/puppet/ssl/certs/puppetserver.domain.com.pem"
  5. :ssl_key: "/var/lib/puppet/ssl/private_keys/puppetserver.domain.com.pem"
  6. :user: ""
  7. :password: ""
  8. :puppetdir: "/var/lib/puppet"
  9. :puppetuser: "puppet"
  10. :facts: true
  11. :timeout: 60
  12. :threads: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement