aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2014-02-21 14:37:55 +0100
committerTomas Barton <barton.tomas@gmail.com>2014-02-21 14:37:55 +0100
commit59f16237863e9c27c3fbf74bba4faeeff90c91c0 (patch)
tree37e6299a9f408df414ff7cf7ddfb6bc4771fef09 /manifests/init.pp
parente2a69e56a1afcb8ad4b282e81c6a8702cf6e6005 (diff)
downloadpuppet-sshd-59f16237863e9c27c3fbf74bba4faeeff90c91c0.tar.gz
puppet-sshd-59f16237863e9c27c3fbf74bba4faeeff90c91c0.tar.bz2
renamed ipaddress_fact to sshkey_ipaddres
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e3cb842..62d055d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -34,7 +34,7 @@ class sshd(
$print_motd = 'yes',
$manage_shorewall = false,
$shorewall_source = 'net',
- $ipaddress_fact = 'ipaddress',
+ $sshkey_ipaddress = $::ipaddress
) {
validate_bool($manage_shorewall)