aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 17:31:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 17:31:45 -0200
commit941decf65dd8758d2da0af68c3ede096ddf583c0 (patch)
tree170152f63de43e61b6a6460b1e2ec1cb53bec31b /manifests/plug.pp
parentc2db1e375d2120903c6494c1f1455bce70f76bcf (diff)
downloadpuppet-nodo-941decf65dd8758d2da0af68c3ede096ddf583c0.tar.gz
puppet-nodo-941decf65dd8758d2da0af68c3ede096ddf583c0.tar.bz2
Fixing ssh parameters (4)
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index a67c50e..913ab6b 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -9,11 +9,11 @@ class nodo::plug inherits nodo {
class { 'sshd':
listen_address => $sshd_listen_address,
- password_authentication => $ssh_password_authentication,
- shared_ip => $ssh_shared_ip,
- tcp_forwarding => $ssh_tcp_forwarding,
- hardened_ssl => $ssh_hardened_ssl,
- print_motd => $ssh_print_motd,
+ password_authentication => $sshd_password_authentication,
+ shared_ip => $sshd_shared_ip,
+ tcp_forwarding => $sshd_tcp_forwarding,
+ hardened_ssl => $sshd_hardened_ssl,
+ print_motd => $sshd_print_motd,
ports => $sshd_ports,
use_pam => $sshd_use_pam,
}