aboutsummaryrefslogtreecommitdiff
path: root/manifests/vserver.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 17:25:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 17:25:16 -0200
commit7418845cd92e370dea4d74c5e2cf3d4af6f11cd4 (patch)
tree478870885704edb714a24feede383c4bc1cb7d8e /manifests/vserver.pp
parent72cdc0884266bf7151033405878834d18ce0c05c (diff)
downloadpuppet-nodo-7418845cd92e370dea4d74c5e2cf3d4af6f11cd4.tar.gz
puppet-nodo-7418845cd92e370dea4d74c5e2cf3d4af6f11cd4.tar.bz2
Fixing ssh parameters
Diffstat (limited to 'manifests/vserver.pp')
-rw-r--r--manifests/vserver.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/vserver.pp b/manifests/vserver.pp
index 94c10ee..c39c9fe 100644
--- a/manifests/vserver.pp
+++ b/manifests/vserver.pp
@@ -5,11 +5,11 @@ class nodo::vserver 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,
}