summaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/master.pp')
-rw-r--r--manifests/master.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
index 5ca0acc..2e3029f 100644
--- a/manifests/master.pp
+++ b/manifests/master.pp
@@ -1,6 +1,7 @@
# manifests/puppetmaster.pp
class puppet::master(
$config = hiera('puppet_config','/etc/puppet/puppet.conf'),
+ $fileserver = hiera('puppet_fileserver_config','/etc/puppet/fileserver.conf'),
$http_compression = hiera('puppet_http_compression',false),
$cleanup_clientbucket = hiera('puppet_cleanup_clientbucket',false),
$cron_time = hiera('puppet_cron_time',false),