From 605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 10 Jul 2008 19:52:26 +1000 Subject: Moved debian to conf and updated examples directory --- examples/root/etc/puppet/fileserver.conf | 13 ------------- examples/root/etc/puppet/namespaceauth.conf | 20 -------------------- examples/root/etc/puppet/puppet.conf | 10 ---------- examples/root/etc/puppet/tagmail.conf | 1 - 4 files changed, 44 deletions(-) delete mode 100644 examples/root/etc/puppet/fileserver.conf delete mode 100644 examples/root/etc/puppet/namespaceauth.conf delete mode 100644 examples/root/etc/puppet/puppet.conf delete mode 100644 examples/root/etc/puppet/tagmail.conf (limited to 'examples/root/etc/puppet') diff --git a/examples/root/etc/puppet/fileserver.conf b/examples/root/etc/puppet/fileserver.conf deleted file mode 100644 index 32dfcdd5c..000000000 --- a/examples/root/etc/puppet/fileserver.conf +++ /dev/null @@ -1,13 +0,0 @@ -# $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 deleted file mode 100644 index fb08d428b..000000000 --- a/examples/root/etc/puppet/namespaceauth.conf +++ /dev/null @@ -1,20 +0,0 @@ -# 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/root/etc/puppet/puppet.conf b/examples/root/etc/puppet/puppet.conf deleted file mode 100644 index 151364ebd..000000000 --- a/examples/root/etc/puppet/puppet.conf +++ /dev/null @@ -1,10 +0,0 @@ -[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/root/etc/puppet/tagmail.conf b/examples/root/etc/puppet/tagmail.conf deleted file mode 100644 index 31c77f4bc..000000000 --- a/examples/root/etc/puppet/tagmail.conf +++ /dev/null @@ -1 +0,0 @@ -all: user@domain.com -- cgit