From: Silvio Rhatto Date: Mon, 21 Jan 2013 01:06:25 +0000 (-0200) Subject: Adding missing parameters to sshd class at nodo::host X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=df49fe26e1dbfd9cd748d28d492983543541bb78;p=puppet-nodo.git Adding missing parameters to sshd class at nodo::host --- 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":