]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding missing parameters to sshd class at nodo::host
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 01:06:25 +0000 (23:06 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 01:06:25 +0000 (23:06 -0200)
manifests/host.pp

index 082abe684c3ec9cbc2ed79890cbe683c15abdb14..a1a8c670ad734b6616525bad70b7d1f84071eea5 100644 (file)
@@ -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":