diff options
author | mh <mh@immerda.ch> | 2009-10-02 14:01:40 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 11:34:24 -0500 |
commit | 8323db842db7b78aca0d80c81ff2e6e09ad5a9e4 (patch) | |
tree | 32c46a51c97306cd7c253bbd2751bef786b1d9c0 | |
parent | 40a3ba49d07e000321c361f2712da47557415fab (diff) | |
download | puppet-shorewall-8323db842db7b78aca0d80c81ff2e6e09ad5a9e4.tar.gz puppet-shorewall-8323db842db7b78aca0d80c81ff2e6e09ad5a9e4.tar.bz2 |
use correct define
-rw-r--r-- | manifests/rules/puppet.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |