diff options
author | mh <mh@immerda.ch> | 2008-07-02 20:39:32 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-02 20:39:32 +0000 |
commit | 042ab2e89b13072fce86bf79efd6d588a2df0ba1 (patch) | |
tree | c44fdec4bf2d92ef4f79c31b9df9d64be6a31c14 | |
parent | aded65d73ce095cd1d047992ef6631c6b30f824b (diff) |
moved our own fileserver config to the right place
-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 |