From df49fe26e1dbfd9cd748d28d492983543541bb78 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Jan 2013 23:06:25 -0200 Subject: Adding missing parameters to sshd class at nodo::host --- manifests/host.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/host.pp') 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": -- cgit v1.2.3