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