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/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index f20c0d2..72f4f4e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -214,8 +214,8 @@ class sshd { case $sshd_print_motd { '': { $sshd_print_motd = "yes" } } - case $sshd_internal_ip { - '': { $sshd_internal_ip = "no" } + case $sshd_shared_ip { + '': { $sshd_shared_ip = "no" } } include sshd::client -- cgit v1.2.3