From fa22657268eca9fa369e8c9ca31032c38e948e4b Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 8 Aug 2010 22:17:23 +0200 Subject: add 2.6 configuration for client --- files/client/2.6/puppet.conf.OpenBSD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/client/2.6/puppet.conf.OpenBSD (limited to 'files/client/2.6/puppet.conf.OpenBSD') diff --git a/files/client/2.6/puppet.conf.OpenBSD b/files/client/2.6/puppet.conf.OpenBSD new file mode 100644 index 0000000..f501f04 --- /dev/null +++ b/files/client/2.6/puppet.conf.OpenBSD @@ -0,0 +1,36 @@ +[main] + logdir=/var/log/puppet + vardir=/var/lib/puppet + rundir=/var/run/puppet + + #ssldir=/var/lib/puppet/ssl + ssldir=$vardir/ssl + + # Where 3rd party plugins and modules are installed + libdir = $vardir/lib + + templatedir=$vardir/templates + + # Turn plug-in synchronization on. + pluginsync = true + pluginsource = puppet://$server/plugins + factpath = $vardir/lib/facter + +[agent] + # 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 + + user=_puppet + + report=true + + logdest=/var/log/puppet/puppet.log -- cgit v1.2.3