aboutsummaryrefslogtreecommitdiff
path: root/templates/puppet/fileserver.conf.erb
blob: b7ab4bbf58378f3dad6f35c5bc456eaa62d9d612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file consists of arbitrarily named sections/modules
# defining where files are served from and to whom

# 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 *