aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 17:30:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 17:30:34 -0200
commite5c9b39c6fdd640e7c80c5c8ee25f0681491f780 (patch)
treef17016b924d2e540b66f52d442f9a32914fe5452 /manifests/physical.pp
parent7418845cd92e370dea4d74c5e2cf3d4af6f11cd4 (diff)
downloadpuppet-nodo-e5c9b39c6fdd640e7c80c5c8ee25f0681491f780.tar.gz
puppet-nodo-e5c9b39c6fdd640e7c80c5c8ee25f0681491f780.tar.bz2
Fixing ssh parameters (2)
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index 4a81e00..4e85f10 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -45,11 +45,11 @@ class nodo::physical 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,
}