diff options
Diffstat (limited to 'examples/etc/puppet/fileserver.conf')
| -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 |
