From: mh Date: Fri, 2 Oct 2009 12:01:40 +0000 (+0200) Subject: use correct define X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8323db842db7b78aca0d80c81ff2e6e09ad5a9e4;p=puppet-shorewall.git use correct define --- diff --git a/manifests/rules/puppet.pp b/manifests/rules/puppet.pp index 5b7e7b3..b53c726 100644 --- a/manifests/rules/puppet.pp +++ b/manifests/rules/puppet.pp @@ -8,7 +8,7 @@ class shorewall::rules::puppet { case $shorewall_puppetserver_signport { '': { $shorewall_puppetserver_signport = '8141' } } - shorewall::param{ + shorewall::params{ 'PUPPETSERVER': value => $shorewall_puppetserver; 'PUPPETSERVER_PORT': value => $shorewall_puppetserver_port; 'PUPPETSERVER_SIGN_PORT': value => $shorewall_puppetserver_signport;