aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-13 18:45:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-13 18:45:32 -0300
commitf38ea60ab04e6bdbae3ab0a3b393e760592f58cd (patch)
tree2ec6b6ae40e67d03c25d1cfd3d0f599720b0ffb4 /manifests/nodo.pp
parent63c40edd62f89e0cd955f167bd87671285a2ed80 (diff)
downloadpuppet-nodo-f38ea60ab04e6bdbae3ab0a3b393e760592f58cd.tar.gz
puppet-nodo-f38ea60ab04e6bdbae3ab0a3b393e760592f58cd.tar.bz2
Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the job
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index 9d57ae2..fbe6ca0 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -42,7 +42,7 @@ class nodo {
$sshd_password_authentication = "yes"
$sshd_shared_ip = "yes"
$sshd_tcp_forwarding = "yes"
- $sshd_use_strong_ciphers = "yes"
+ $sshd_hardened_ssl = "yes"
file { "/etc/hostname":
owner => "root",