summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-09 16:51:13 +0100
committervarac <varacanero@zeromail.org>2015-11-09 16:51:13 +0100
commit1a5e67c8288b5957445b5fa00c98e5d3df1572d6 (patch)
tree0901bbc2648f488ed7ff0da0f5d40bbfeafc4437 /manifests/init.pp
parent2f493185884e32b6739898bf4a2cb036c151d914 (diff)
parentc2fd1a769e81284cc004f0192d38d5635b5c85e5 (diff)
Merge remote-tracking branch 'shared/master' into leap_master
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2dfc71c..b415741 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -52,7 +52,8 @@ class sshd(
$hostkey_type = versioncmp($::ssh_version, '6.5') ? {
/(^1|0)/ => [ 'rsa', 'ed25519' ],
/-1/ => [ 'rsa', 'dsa' ]
- }
+ },
+ $use_storedconfigs = true
) {
validate_bool($manage_shorewall)