aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 14:42:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 14:42:22 -0300
commit95ff390948f7fb61616815da0020b86f2f4f4b0a (patch)
treed0be52a886b5926ce02b337f86f68cb73817320e /manifests/nodo.pp
parent67f15818790444035944133fbdca3a3fb63cc543 (diff)
downloadpuppet-nodo-95ff390948f7fb61616815da0020b86f2f4f4b0a.tar.gz
puppet-nodo-95ff390948f7fb61616815da0020b86f2f4f4b0a.tar.bz2
Changing parameter name sshd_perfect_forward_secrecy to sshd_use_strong_ciphers
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 b7efb96..9d57ae2 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_perfect_forward_secrecy = "yes"
+ $sshd_use_strong_ciphers = "yes"
file { "/etc/hostname":
owner => "root",