diff options
author | duritong <peter.meier+github@immerda.ch> | 2013-02-04 12:40:26 -0800 |
---|---|---|
committer | duritong <peter.meier+github@immerda.ch> | 2013-02-04 12:40:26 -0800 |
commit | ad6ecdffe7d8267d1bfa74ece164ee1129ca8d26 (patch) | |
tree | 3f4369f8d4e738f074d3cf849683fd5a356ee6e0 /manifests/init.pp | |
parent | ef73d094dcd10d9c8729d6b29cefffe962a9e3f4 (diff) | |
parent | 7743650cde95129b4ace3ca14082ae3e47d671b6 (diff) |
Merge pull request #2 from mmoll/style
style fixes
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 4d66b81..f12918b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,8 +37,8 @@ class sshd( ) { class{'sshd::client': - shared_ip => $sshd::shared_ip, - ensure_version => $sshd::ensure_version, + shared_ip => $sshd::shared_ip, + ensure_version => $sshd::ensure_version, manage_shorewall => $manage_shorewall, } @@ -58,7 +58,7 @@ class sshd( if $manage_shorewall { class{'shorewall::rules::ssh': - ports => $ports, + ports => $ports, source => $shorewall_source } } |