comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:956e484adc12
1 # This file consists of arbitrarily named sections/modules
2 # defining where files are served from and to whom
3
4 # Define a section 'files'
5 # Adapt the allow/deny settings to your needs. Order
6 # for allow/deny does not matter, allow always takes precedence
7 # over deny
8 # [files]
9 # path /var/lib/puppet/files
10 # allow *.example.com
11 # deny *.evil.example.com
12 # allow 192.168.0.0/24
13 #[files]
14 #path /etc/puppet/files
15 #allow *.ibboard.co.uk
16 #allow 127.0.0.1
17 #allow localhost
18
19 [private]
20 path /etc/puppet/private
21 allow *.ibboard.co.uk
22 allow 127.0.0.1
23 allow localhost
24
25 [common]
26 path /etc/puppet/common
27 allow *.ibboard.co.uk
28 allow 127.0.0.1
29 allow localhost
30