From 1fce42e9327109bd47dba5e3e690144a23bbbc19 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Nov 2012 02:33:48 -0800 Subject: Fri Nov 23 02:31:09 PST 2012 --- pcr/puppet/fileserver.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/puppet/fileserver.conf (limited to 'pcr/puppet/fileserver.conf') diff --git a/pcr/puppet/fileserver.conf b/pcr/puppet/fileserver.conf new file mode 100644 index 000000000..67e387ca0 --- /dev/null +++ b/pcr/puppet/fileserver.conf @@ -0,0 +1,12 @@ +# This file consists of arbitrarily named sections/modules +# defining where files are served from and to whom + +# Define a section 'files' +# 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 +# allow *.example.com +# deny *.evil.example.com +# allow 192.168.0.0/24 -- cgit v1.2.3-54-g00ecf