From 71e2d679d6757b9f7b6680468c4c6d6e3c42dcc6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Mar 2014 11:38:24 -0300 Subject: Initial config target --- templates/puppet/fileserver.conf.erb | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'templates/puppet/fileserver.conf.erb') diff --git a/templates/puppet/fileserver.conf.erb b/templates/puppet/fileserver.conf.erb index b8ad720..3046e96 100644 --- a/templates/puppet/fileserver.conf.erb +++ b/templates/puppet/fileserver.conf.erb @@ -1,17 +1,7 @@ -# top-level +# This file consists of arbitrarily named sections/modules +# defining where files are served from and to whom + +# Files [files] path /etc/puppet/files - allow *.<%= domain %> - -[keys] - path /etc/puppet/files/keys - allow *.<%= domain %> - -# modules -[common] - path /etc/puppet/modules/common/files - allow *.<%= domain %> - -[puppet] - path /etc/puppet/modules/puppet/files - allow *.<%= domain %> + allow *.<%= base_domain %> -- cgit v1.2.3