summaryrefslogtreecommitdiff
path: root/files/client/puppet.conf.OpenBSD
diff options
context:
space:
mode:
Diffstat (limited to 'files/client/puppet.conf.OpenBSD')
-rw-r--r--files/client/puppet.conf.OpenBSD25
1 files changed, 12 insertions, 13 deletions
diff --git a/files/client/puppet.conf.OpenBSD b/files/client/puppet.conf.OpenBSD
index 6b4032f..f501f04 100644
--- a/files/client/puppet.conf.OpenBSD
+++ b/files/client/puppet.conf.OpenBSD
@@ -16,22 +16,21 @@
pluginsource = puppet://$server/plugins
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
+[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
+ # 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
+ user=_puppet
report=true
- server=puppet.glei.ch
logdest=/var/log/puppet/puppet.log