Mercurial > repos > other > Puppet
diff fileserver.conf @ 0:956e484adc12
Initial public release of Puppet configs
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 16 Aug 2014 19:47:38 +0000 |
parents | |
children | 2c3e745be8d2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fileserver.conf Sat Aug 16 19:47:38 2014 +0000 @@ -0,0 +1,30 @@ +# 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 +#[files] +#path /etc/puppet/files +#allow *.ibboard.co.uk +#allow 127.0.0.1 +#allow localhost + +[private] +path /etc/puppet/private +allow *.ibboard.co.uk +allow 127.0.0.1 +allow localhost + +[common] +path /etc/puppet/common +allow *.ibboard.co.uk +allow 127.0.0.1 +allow localhost +