$apt_update_method = 'cron'
include apt
+ # Default SSH configuration
+ $sshd_password_authentication = "yes"
+ $sshd_shared_ip = "yes"
+
file { "/etc/hostname":
owner => "root",
group => "root",
# can live together in the same physical host.
#
$sshd_listen_address = [ "$ipaddress" ]
- $sshd_password_authentication = "yes"
include sshd
# Munin
}
class nodo::vserver inherits nodo {
- $sshd_password_authentication = "yes"
- $sshd_internal_ip = "yes"
include sshd
include timezone
include syslog-ng::vserver