From: Silvio Rhatto Date: Tue, 8 Apr 2014 21:59:18 +0000 (-0300) Subject: Adding fileserver path for ssh and ssl keys X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a2e4003ffabb1ef0a2876be649890171f7b273aa;p=puppet-bootstrap.git Adding fileserver path for ssh and ssl keys --- diff --git a/keys/ssh/.empty b/keys/ssh/.empty new file mode 100644 index 0000000..e69de29 diff --git a/keys/ssl/.empty b/keys/ssl/.empty new file mode 100644 index 0000000..e69de29 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 *