class nodo::plug inherits nodo { include sshd include ntpdate include syslog-ng include utils::plug include firewall include sysctl backupninja::sys { "sys": ensure => present, } # Monkeysphere configuration monkeysphere_host { "$hostname": port => $monkeysphere_ssh_port ? { false => '', default => $monkeysphere_ssh_port, } } # DNS resolver $resolvconf_domain = "$domain" $resolvconf_search = "$fqdn" include resolvconf # Munin configuration munin_node { "$hostname": port => '4900', } }