summaryrefslogtreecommitdiff
path: root/templates/puppet/fileserver.conf.erb
blob: e4d6e0a5167297f73848f52dad8402dcc39c2ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# See http://docs.puppetlabs.com/guides/file_serving.html

# Files
[files]
  path /etc/puppet/files
  allow *.<%= base_domain %>

# SSL keys
[ssl]
  path /etc/puppet/keys/ssl
  deny *

# SSH keys
[ssh]
  path /etc/puppet/keys/ssh/%h
  allow *

# Public keys
[pubkeys]
  path /etc/puppet/keys/public
  allow *