diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-07-15 17:15:05 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-07-15 17:15:05 +1000 |
| commit | 65b9869362cd39f20609abb93729cb0c3977f0cf (patch) | |
| tree | 2e13f202324da4be57d2a2a54191c42d2e53fb58 /examples/etc/puppet | |
| parent | 4ce7159baba4c637867c91519b5a3b16627dfca5 (diff) | |
Further moves from the examples directory and ext directory
Diffstat (limited to 'examples/etc/puppet')
| -rw-r--r-- | examples/etc/puppet/fileserver.conf | 13 | ||||
| -rw-r--r-- | examples/etc/puppet/namespaceauth.conf | 20 | ||||
| -rw-r--r-- | examples/etc/puppet/puppet.conf | 10 | ||||
| -rw-r--r-- | examples/etc/puppet/tagmail.conf | 1 |
4 files changed, 44 insertions, 0 deletions
diff --git a/examples/etc/puppet/fileserver.conf b/examples/etc/puppet/fileserver.conf new file mode 100644 index 000000000..32dfcdd5c --- /dev/null +++ b/examples/etc/puppet/fileserver.conf @@ -0,0 +1,13 @@ +# $Id$ + +[dist] + path /dist + allow *.madstop.com + +[plugins] + path /var/puppet/plugins + allow *.madstop.com + +[facts] + path /var/puppet/facts + allow *.madstop.com diff --git a/examples/etc/puppet/namespaceauth.conf b/examples/etc/puppet/namespaceauth.conf new file mode 100644 index 000000000..fb08d428b --- /dev/null +++ b/examples/etc/puppet/namespaceauth.conf @@ -0,0 +1,20 @@ +# This file is only necessary if your clients listen. +# Note that it affects all puppet daemons, including puppetmasterd, +# which is why puppetmaster is in there. +[fileserver] + allow *.madstop.com + +[puppetmaster] + allow *.madstop.com + +[pelementserver] + allow puppet.madstop.com + +[puppetrunner] + allow culain.madstop.com + +[puppetbucket] + allow *.madstop.com + +[puppetreports] + allow *.madstop.com diff --git a/examples/etc/puppet/puppet.conf b/examples/etc/puppet/puppet.conf new file mode 100644 index 000000000..151364ebd --- /dev/null +++ b/examples/etc/puppet/puppet.conf @@ -0,0 +1,10 @@ +[puppetd] +report = true +factsync = true +pluginsync = true + +[puppetmasterd] +reports = store,rrdgraph,tagmail,log +node_terminus = ldap +ldapserver = culain.madstop.com +ldapbase = dc=madstop,dc=com diff --git a/examples/etc/puppet/tagmail.conf b/examples/etc/puppet/tagmail.conf new file mode 100644 index 000000000..31c77f4bc --- /dev/null +++ b/examples/etc/puppet/tagmail.conf @@ -0,0 +1 @@ +all: user@domain.com |
