Skip to content

Instantly share code, notes, and snippets.

@quidome
Created April 20, 2015 08:06
Show Gist options
  • Save quidome/0a36f9a599fa4c83d053 to your computer and use it in GitHub Desktop.
Save quidome/0a36f9a599fa4c83d053 to your computer and use it in GitHub Desktop.
puppet master config
[main]
dns_alt_names = puppetmaster.domain.org puppetmaster
[master]
environmentpath = $confdir/environments
basemodulepath = $confdir/modules:/opt/puppet/share/puppet/modules
always_cache_features = true
autosign = true
[agent]
server = puppetmaster.domain.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment