summaryrefslogtreecommitdiff
path: root/puppet/templates/puppet/fileserver.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/templates/puppet/fileserver.conf.erb')
-rw-r--r--puppet/templates/puppet/fileserver.conf.erb21
1 files changed, 21 insertions, 0 deletions
diff --git a/puppet/templates/puppet/fileserver.conf.erb b/puppet/templates/puppet/fileserver.conf.erb
new file mode 100644
index 0000000..e4d6e0a
--- /dev/null
+++ b/puppet/templates/puppet/fileserver.conf.erb
@@ -0,0 +1,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 *