Skip to content

Instantly share code, notes, and snippets.

@ahpook
Created August 19, 2013 23:06
Show Gist options
  • Save ahpook/6275246 to your computer and use it in GitHub Desktop.
Save ahpook/6275246 to your computer and use it in GitHub Desktop.
[main]
# generic puppet variables
vardir = /var/lib/puppet
ssldir = $vardir/ssl
# .. etc
[master]
# setting for dynamic environments
manifest = /etc/puppet/environments/$environment/manifests/site.pp
modulepath = /etc/puppet/environments/$environment/modules:/etc/puppet/environments/global/modules
[specialenv]
# this is a 'concrete' environment stanza, has different settings than dynamic envs
manifest = /tmp/special/environment/manifests/mymanifest.pp
modulepath = /tmp/special/environment/modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment