[main] environments = production,development,testing,staging environment = production autoflush = true vardir = /var/lib/puppet logdir = /var/log/puppet rundir = /var/run/puppet ssldir = /var/lib/puppet/ssl pluginsync = true factpath = $vardir/lib/facter [puppetd] # The file in which puppetd stores a list of the classes # associated with the retrieved configuratiion. Can be loaded in # the separate ``puppet`` executable using the ``--loadclasses`` # option. # The default value is '$confdir/classes.txt'. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is '$confdir/localconfig'. localconfig = $vardir/localconfig report = true color = true ignorecache = true [puppetmasterd] certname = puppet templatedir = /var/lib/puppet/git/configs/ manifestdir = /var/lib/puppet/git/manifests/ reports = store, tagmail modulepath = /var/lib/puppet/git/modules/ reportfrom = nobody@fedoraproject.org [staging] templatedir = /var/lib/puppet/staging/git/configs/ manifest = /var/lib/puppet/staging/git/manifests/site.pp modulepath = /var/lib/puppet/staging/git/modules/ [testing] templatedir = /var/lib/puppet/testing/git/configs/ manifestdir = /var/lib/puppet/testing/git/manifests/ modulepath = /var/lib/puppet/testing/git/modules/ [puppetca] autosign = false