aboutsummaryrefslogtreecommitdiff
path: root/manifests/rules/ssh.pp
diff options
context:
space:
mode:
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,