aboutsummaryrefslogtreecommitdiff
path: root/templates/puppet/fileserver.conf.erb
blob: b8ad720d55990208d9b3b97d8d42910aed18ba35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# top-level
[files]
  path /etc/puppet/files
  allow *.<%= domain %>

[keys]
  path /etc/puppet/files/keys
  allow *.<%= domain %>

# modules
[common]
  path /etc/puppet/modules/common/files
  allow *.<%= domain %>

[puppet]
  path /etc/puppet/modules/puppet/files
  allow *.<%= domain %>