summaryrefslogtreecommitdiff
path: root/manifests/rules/ssh.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-13 21:34:55 -0300
committermh <mh@immerda.ch>2012-06-13 21:34:55 -0300
commit210b66ab54f1c57a10a2e9a342559f77e649658f (patch)
tree01a9ff90a2905736b9c7a52004c97f3e383bd4ba /manifests/rules/ssh.pp
parentd1c97a77e3ab7add830ba1f0f377e57b612c44d8 (diff)
migrate away from hiera stuff
Diffstat (limited to 'manifests/rules/ssh.pp')
-rw-r--r--manifests/rules/ssh.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/ssh.pp b/manifests/rules/ssh.pp
index 3b7efa2..3a1b530 100644
--- a/manifests/rules/ssh.pp
+++ b/manifests/rules/ssh.pp
@@ -1,6 +1,6 @@
class shorewall::rules::ssh(
$ports,
- $source = hiera('shorewall_ssh_in_source','net')
+ $source = 'net'
) {
shorewall::rule { 'net-me-tcp_ssh':
source => $shorewall::rules::ssh::source,