summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index fb76438..927bbc6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -33,7 +33,8 @@ class sshd(
$tail_additional_options = '',
$print_motd = 'yes',
$manage_shorewall = false,
- $shorewall_source = 'net'
+ $shorewall_source = 'net',
+ $ipaddres_fact = 'ipaddress',
) {
validate_bool($manage_shorewall)