diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 12:42:30 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 12:42:30 -0300 |
| commit | 2620433e249304c88bf2f177939ae5be61d6cfc0 (patch) | |
| tree | 43bfedc8d7eb35be6d5b2e72cbe044a281ea8ae4 /fileserver.conf | |
| parent | ffe412186527dec2db439db47888f4b1b62ccc5f (diff) | |
| download | puppet-bootstrap-2620433e249304c88bf2f177939ae5be61d6cfc0.tar.gz puppet-bootstrap-2620433e249304c88bf2f177939ae5be61d6cfc0.tar.bz2 | |
Adding missing puppetmaster configs
Diffstat (limited to 'fileserver.conf')
| -rw-r--r-- | fileserver.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fileserver.conf b/fileserver.conf new file mode 100644 index 0000000..4b663e4 --- /dev/null +++ b/fileserver.conf @@ -0,0 +1,17 @@ +# 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 /etc/puppet/files +# allow *.example.com +# deny *.evil.example.com +# allow 192.168.0.0/24 + +#[plugins] +# allow *.example.com +# deny *.evil.example.com +# allow 192.168.0.0/24 |
