summaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-10 16:20:01 -0300
committermh <mh@immerda.ch>2012-06-10 16:20:01 -0300
commita83290235e9da22d05de814b22e265f53a0dc6bb (patch)
tree1e2b79416eb1f3c66a03773e1148ddee8aa026c0 /manifests/master.pp
parent09c8eaf304d1075980d8d9143545f2f16a1db34d (diff)
use proper variable name
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),