summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2014-02-14 01:24:15 +0100
committerTomas Barton <barton.tomas@gmail.com>2014-02-14 01:24:15 +0100
commita6a05cd9fc019db127e18898b3ab3e624644a8b5 (patch)
tree2fd835132f9d5f33d80459d4eaaaa4d8039ae6f0 /manifests/init.pp
parent253e4f1ceddb8666281c207bb41af1e8a167ee0d (diff)
custom ip address fact
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)