From af0bc1b973f7146f83929e0223d6728666a90314 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Jan 2013 13:56:14 -0200 Subject: Adding missing sshd parameters --- manifests/physical.pp | 2 ++ manifests/plug.pp | 2 ++ manifests/vserver.pp | 2 ++ 3 files changed, 6 insertions(+) diff --git a/manifests/physical.pp b/manifests/physical.pp index 03e8c7c..0c44098 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -59,6 +59,8 @@ class nodo::physical inherits nodo { tcp_forwarding => $ssh_tcp_forwarding, hardened_ssl => $ssh_hardened_ssl, print_motd => $ssh_print_motd, + ports => $sshd_ports, + use_pam => $sshd_use_pam, } backupninja::sys { "sys": diff --git a/manifests/plug.pp b/manifests/plug.pp index 37c69c5..a67c50e 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -14,6 +14,8 @@ class nodo::plug inherits nodo { tcp_forwarding => $ssh_tcp_forwarding, hardened_ssl => $ssh_hardened_ssl, print_motd => $ssh_print_motd, + ports => $sshd_ports, + use_pam => $sshd_use_pam, } backupninja::sys { "sys": diff --git a/manifests/vserver.pp b/manifests/vserver.pp index e84f219..e41f729 100644 --- a/manifests/vserver.pp +++ b/manifests/vserver.pp @@ -9,6 +9,8 @@ class nodo::vserver inherits nodo { tcp_forwarding => $ssh_tcp_forwarding, hardened_ssl => $ssh_hardened_ssl, print_motd => $ssh_print_motd, + ports => $sshd_ports, + use_pam => $sshd_use_pam, } backupninja::sys { "sys": -- cgit v1.2.3