diff options
-rw-r--r-- | manifests/host.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index 082abe6..a1a8c67 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -47,6 +47,8 @@ class nodo::host inherits nodo { tcp_forwarding => $sshd_tcp_forwarding, hardened_ssl => $sshd_hardened_ssl, print_motd => $sshd_print_motd, + ports => $sshd_ports, + use_pam => $sshd_use_pam, } backupninja::sys { "sys": |