]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Adding fileserver path for ssh and ssl keys
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Apr 2014 21:59:18 +0000 (18:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Apr 2014 21:59:18 +0000 (18:59 -0300)
keys/ssh/.empty [new file with mode: 0644]
keys/ssl/.empty [new file with mode: 0644]
templates/puppet/fileserver.conf.erb

diff --git a/keys/ssh/.empty b/keys/ssh/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/keys/ssl/.empty b/keys/ssl/.empty
new file mode 100644 (file)
index 0000000..e69de29
index 3046e96946a73bb168c636bf921e851a3203c6cc..b7ab4bbf58378f3dad6f35c5bc456eaa62d9d612 100644 (file)
@@ -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 *