diff options
-rw-r--r-- | files/master/fileserver.conf | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/files/master/fileserver.conf b/files/master/fileserver.conf index 3f1cf25..500af9f 100644 --- a/files/master/fileserver.conf +++ b/files/master/fileserver.conf @@ -14,18 +14,9 @@ [files] path /srv/puppet/files allow 127.0.0.1 - allow *.euskal.internal - allow *.glei.ch - -[secfiles] - path /srv/puppet/secfiles - allow 127.0.0.1 - allow *.euskal.internal - allow *.glei.ch + allow *.example.com [modules] allow 127.0.0.1 - allow *.glei.ch - allow *.euskal.internal -# path /var/lib/puppet/modules + allow *.example.com |