diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-12 09:58:15 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-12 09:58:15 +0000 |
commit | c651b19c8fae76cc76355fb551b79cb1984a049e (patch) | |
tree | f7e3391d7792540ba0c0939e6650a96d0648dd2e | |
parent | 65bb635c3d4504472ea9d03e5419c99158581902 (diff) | |
download | puppet-c651b19c8fae76cc76355fb551b79cb1984a049e.tar.gz puppet-c651b19c8fae76cc76355fb551b79cb1984a049e.tar.xz puppet-c651b19c8fae76cc76355fb551b79cb1984a049e.zip |
Disable the sample fileserver module by default, otherwise users get spurious warnings about nonexisting directories
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1576 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/fileserver.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/redhat/fileserver.conf b/conf/redhat/fileserver.conf index f38aed7dd..67e387ca0 100644 --- a/conf/redhat/fileserver.conf +++ b/conf/redhat/fileserver.conf @@ -5,8 +5,8 @@ # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow always takes precedence # over deny -[files] - path /var/lib/puppet/files +# [files] +# path /var/lib/puppet/files # allow *.example.com # deny *.evil.example.com # allow 192.168.0.0/24 |