diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/physical.pp | 2 | ||||
-rw-r--r-- | manifests/plug.pp | 2 | ||||
-rw-r--r-- | manifests/vserver.pp | 2 |
3 files changed, 6 insertions, 0 deletions
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": |