summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-03-31 12:39:54 +1100
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit385506ff6209df909dc1f39f00a700274c530755 (patch)
tree20b77155e47935f88d44c47cc11d648bef0de352 /examples
parentb494427ff76ec8ec90d6d389b32a7c9fe9b7f20d (diff)
downloadpuppet-385506ff6209df909dc1f39f00a700274c530755.tar.gz
puppet-385506ff6209df909dc1f39f00a700274c530755.tar.xz
puppet-385506ff6209df909dc1f39f00a700274c530755.zip
Fixes #3460 - Makes Puppet FHS compliant by moving /var/puppet to /var/lib/puppet
Diffstat (limited to 'examples')
-rw-r--r--examples/etc/puppet/fileserver.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/etc/puppet/fileserver.conf b/examples/etc/puppet/fileserver.conf
index 32dfcdd5c..163ce1220 100644
--- a/examples/etc/puppet/fileserver.conf
+++ b/examples/etc/puppet/fileserver.conf
@@ -2,12 +2,12 @@
[dist]
path /dist
- allow *.madstop.com
+ allow *.puppetlabs.com
[plugins]
- path /var/puppet/plugins
- allow *.madstop.com
+ path /var/lib/puppet/plugins
+ allow *.puppetlabs.com
[facts]
- path /var/puppet/facts
- allow *.madstop.com
+ path /var/lib/puppet/facts
+ allow *.puppetlabs.com