From 466c1c01ab3ebc85e864eaaa7c3a2b68fc2354fa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 30 Jan 2010 21:34:26 -0200 Subject: Using $sshd_shared_ip --- manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index c8ac0b0..9c39450 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -46,6 +46,10 @@ class nodo { $apt_update_method = 'cron' include apt + # Default SSH configuration + $sshd_password_authentication = "yes" + $sshd_shared_ip = "yes" + file { "/etc/hostname": owner => "root", group => "root", @@ -105,7 +109,6 @@ class nodo::server inherits nodo { # can live together in the same physical host. # $sshd_listen_address = [ "$ipaddress" ] - $sshd_password_authentication = "yes" include sshd # Munin @@ -136,8 +139,6 @@ class nodo::server inherits nodo { } class nodo::vserver inherits nodo { - $sshd_password_authentication = "yes" - $sshd_internal_ip = "yes" include sshd include timezone include syslog-ng::vserver -- cgit v1.2.3