diff options
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 2 |
1 files changed, 2 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": |