From c651b19c8fae76cc76355fb551b79cb1984a049e Mon Sep 17 00:00:00 2001 From: lutter Date: Tue, 12 Sep 2006 09:58:15 +0000 Subject: 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 --- conf/redhat/fileserver.conf | 4 ++-- 1 file 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 -- cgit