aboutsummaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-30 21:32:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-30 21:32:12 -0200
commit1a26489a12943d3e14942f82a4290b9a75e7f65c (patch)
tree198732a8e853628523cdfa4019a1ef8fc4a921a6 /manifests/base.pp
parent1e932ca9279a83721093f52593aa0af22aa72880 (diff)
downloadpuppet-sshd-1a26489a12943d3e14942f82a4290b9a75e7f65c.tar.gz
puppet-sshd-1a26489a12943d3e14942f82a4290b9a75e7f65c.tar.bz2
Renaming $sshd_internal_ip to $sshd_shared_ip
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 9aed1ba..848e547 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -19,9 +19,9 @@ class sshd::base {
key => $sshrsakey,
ensure => present,
}
- # In case the node has an internal network address,
+ # In case the node has uses a shared network address,
# we don't define a sshkey resource using an IP address
- if $sshd_internal_ip == "no" {
+ if $sshd_shared_ip == "no" {
@@sshkey{"$ipaddress":
tag => "ipaddress",
type => ssh-rsa,