diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 23:06:25 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 23:06:25 -0200 |
commit | df49fe26e1dbfd9cd748d28d492983543541bb78 (patch) | |
tree | 578c77c4617079a9d802265c6bedabd1810a89a4 /manifests | |
parent | 5c16ded5b603f6360ca65b78c54a8c27927196ae (diff) | |
download | puppet-nodo-df49fe26e1dbfd9cd748d28d492983543541bb78.tar.gz puppet-nodo-df49fe26e1dbfd9cd748d28d492983543541bb78.tar.bz2 |
Adding missing parameters to sshd class at nodo::host
Diffstat (limited to 'manifests')
-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": |