aboutsummaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 23:06:25 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 23:06:25 -0200
commitdf49fe26e1dbfd9cd748d28d492983543541bb78 (patch)
tree578c77c4617079a9d802265c6bedabd1810a89a4 /manifests/host.pp
parent5c16ded5b603f6360ca65b78c54a8c27927196ae (diff)
downloadpuppet-nodo-df49fe26e1dbfd9cd748d28d492983543541bb78.tar.gz
puppet-nodo-df49fe26e1dbfd9cd748d28d492983543541bb78.tar.bz2
Adding missing parameters to sshd class at nodo::host
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
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":