blob: fb08d428b5e2eb1e720fff17a5884ad5b2cf5966 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# This file is only necessary if your clients listen.
# Note that it affects all puppet daemons, including puppetmasterd,
# which is why puppetmaster is in there.
[fileserver]
allow *.madstop.com
[puppetmaster]
allow *.madstop.com
[pelementserver]
allow puppet.madstop.com
[puppetrunner]
allow culain.madstop.com
[puppetbucket]
allow *.madstop.com
[puppetreports]
allow *.madstop.com
|