From 1a26489a12943d3e14942f82a4290b9a75e7f65c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 30 Jan 2010 21:32:12 -0200 Subject: Renaming $sshd_internal_ip to $sshd_shared_ip --- manifests/base.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/base.pp') 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, -- cgit v1.2.3