diff options
Diffstat (limited to 'manifests/vserver.pp')
-rw-r--r-- | manifests/vserver.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/vserver.pp b/manifests/vserver.pp index de2b2ef..3974602 100644 --- a/manifests/vserver.pp +++ b/manifests/vserver.pp @@ -3,6 +3,15 @@ class nodo::vserver inherits nodo { include timezone include syslog-ng::vserver + class { 'sshd': + listen_address => $sshd_listen_address, + password_authentication => $ssh_password_authentication, + shared_ip => $ssh_shared_ip, + tcp_forwarding => $ssh_tcp_forwarding, + hardened_ssl => $ssh_hardened_ssl, + print_motd => $ssh_print_motd, + } + backupninja::sys { "sys": ensure => present, partitions => false, |