summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-12 22:16:59 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-12 22:16:59 +0000
commitb2a49c936fac6bce5785d1cb9a825daf56c3a510 (patch)
treed4c376955fd88f582ea0d0e828d9358600061e02 /examples
parent4d5f70f017c744229ea83cda03c2c4334a010d1d (diff)
downloadpuppet-b2a49c936fac6bce5785d1cb9a825daf56c3a510.tar.gz
puppet-b2a49c936fac6bce5785d1cb9a825daf56c3a510.tar.xz
puppet-b2a49c936fac6bce5785d1cb9a825daf56c3a510.zip
adding up-to-date example configs
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1861 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'examples')
-rw-r--r--examples/root/etc/puppet/fileserver.conf14
-rw-r--r--examples/root/etc/puppet/namespaceauth.conf17
-rw-r--r--examples/root/etc/puppet/puppetd.conf4
-rw-r--r--examples/root/etc/puppet/puppetmasterd.conf15
-rw-r--r--examples/root/etc/puppet/tagmail.conf1
5 files changed, 40 insertions, 11 deletions
diff --git a/examples/root/etc/puppet/fileserver.conf b/examples/root/etc/puppet/fileserver.conf
index 896e104ec..32dfcdd5c 100644
--- a/examples/root/etc/puppet/fileserver.conf
+++ b/examples/root/etc/puppet/fileserver.conf
@@ -1,3 +1,13 @@
-[testing]
- path /tmp
+# $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/root/etc/puppet/namespaceauth.conf b/examples/root/etc/puppet/namespaceauth.conf
new file mode 100644
index 000000000..dcf20c666
--- /dev/null
+++ b/examples/root/etc/puppet/namespaceauth.conf
@@ -0,0 +1,17 @@
+[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/root/etc/puppet/puppetd.conf b/examples/root/etc/puppet/puppetd.conf
new file mode 100644
index 000000000..ce988cfa1
--- /dev/null
+++ b/examples/root/etc/puppet/puppetd.conf
@@ -0,0 +1,4 @@
+[puppet]
+report = true
+factsync = true
+pluginsync = true
diff --git a/examples/root/etc/puppet/puppetmasterd.conf b/examples/root/etc/puppet/puppetmasterd.conf
index cae92d5a7..b3182075c 100644
--- a/examples/root/etc/puppet/puppetmasterd.conf
+++ b/examples/root/etc/puppet/puppetmasterd.conf
@@ -1,10 +1,7 @@
-[server]
- port = 8139
- handlers = master, ca
+[puppetmasterd]
+reports = store,rrdgraph,tagmail,log
-[global]
- config = /etc/puppet
- var = /var/puppet
-
-[master]
- File = $config/manifest.pp
+[ldap]
+ldapnodes = true
+ldapserver = culain.madstop.com
+ldapbase = dc=madstop,dc=com
diff --git a/examples/root/etc/puppet/tagmail.conf b/examples/root/etc/puppet/tagmail.conf
new file mode 100644
index 000000000..31c77f4bc
--- /dev/null
+++ b/examples/root/etc/puppet/tagmail.conf
@@ -0,0 +1 @@
+all: user@domain.com