aboutsummaryrefslogtreecommitdiff
path: root/templates/puppet
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-08 18:59:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-08 18:59:18 -0300
commita2e4003ffabb1ef0a2876be649890171f7b273aa (patch)
tree738cadc937759420a488f5e61a3a5dcde842d29b /templates/puppet
parent495a4e0528f657db4ea5b05eb6c7998098cfce01 (diff)
downloadpuppet-bootstrap-a2e4003ffabb1ef0a2876be649890171f7b273aa.tar.gz
puppet-bootstrap-a2e4003ffabb1ef0a2876be649890171f7b273aa.tar.bz2
Adding fileserver path for ssh and ssl keys
Diffstat (limited to 'templates/puppet')
-rw-r--r--templates/puppet/fileserver.conf.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/puppet/fileserver.conf.erb b/templates/puppet/fileserver.conf.erb
index 3046e96..b7ab4bb 100644
--- a/templates/puppet/fileserver.conf.erb
+++ b/templates/puppet/fileserver.conf.erb
@@ -5,3 +5,13 @@
[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 *