summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-02 17:32:43 +0000
committermh <mh@immerda.ch>2008-02-02 17:32:43 +0000
commit1203ef6485806abf773bb8919629a759df09a799 (patch)
tree6442feb593cac0873ed626f81355d5b7e2ed4a3b /files
parentedc6309117904784a684cde2297f582c019daadf (diff)
refactored puppet module to run as well under openbsd
Diffstat (limited to 'files')
-rw-r--r--files/client/puppet.conf.OpenBSD36
1 files changed, 36 insertions, 0 deletions
diff --git a/files/client/puppet.conf.OpenBSD b/files/client/puppet.conf.OpenBSD
new file mode 100644
index 0000000..a20b98b
--- /dev/null
+++ b/files/client/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
+
+[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
+
+ user=_puppet
+
+ report=true
+ server=puppet.glei.ch
+