diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-03-31 12:39:54 +1100 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-04-01 12:04:03 +1100 |
| commit | d90ec7907aa785dfd592da3e0335ceaeb554b2d8 (patch) | |
| tree | 472c1d34e2195e0fe1268d268ad71f8d40a25716 /examples/etc/puppet | |
| parent | ae0b0bf23e418e8c6665e9dc135148b78bdbd913 (diff) | |
| download | puppet-d90ec7907aa785dfd592da3e0335ceaeb554b2d8.tar.gz puppet-d90ec7907aa785dfd592da3e0335ceaeb554b2d8.tar.xz puppet-d90ec7907aa785dfd592da3e0335ceaeb554b2d8.zip | |
Fixes #3460 - Makes Puppet FHS compliant by moving /var/puppet to /var/lib/puppet
Diffstat (limited to 'examples/etc/puppet')
| -rw-r--r-- | examples/etc/puppet/fileserver.conf | 10 |
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 |
