public
Description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/shadoi/puppet.git
puppet / conf / namespaceauth.conf
100644 21 lines (15 sloc) 0.354 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This is an example namespaceauth.conf file,
# which you'll need if you want to start a client
# in --listen mode.
[fileserver]
    allow *.domain.com
 
[puppetmaster]
    allow *.domain.com
 
[puppetrunner]
    allow culain.domain.com
 
[puppetbucket]
    allow *.domain.com
 
[puppetreports]
    allow *.domain.com
 
[resource]
    allow server.domain.com