aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem')
-rw-r--r--manifests/subsystem/sshd.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystem/sshd.pp b/manifests/subsystem/sshd.pp
index cf57f72..6650fb9 100644
--- a/manifests/subsystem/sshd.pp
+++ b/manifests/subsystem/sshd.pp
@@ -11,10 +11,11 @@ class nodo::subsystem::sshd {
shared_ip => hiera('nodo::subsystem::sshd::shared_ip', 'yes'),
tcp_forwarding => hiera('nodo::subsystem::sshd::tcp_forwarding', 'yes'),
x11_forwarding => hiera('nodo::subsystem::sshd::x11_forwarding', 'no'),
- hardened_ssl => hiera('nodo::subsystem::sshd::hardened_ssl', 'yes'),
+ hardened => hiera('nodo::subsystem::sshd::hardened', 'yes'),
print_motd => hiera('nodo::subsystem::sshd::print_motd', 'no'),
ports => hiera('nodo::subsystem::sshd::ports', [ 22 ]),
use_pam => hiera('nodo::subsystem::sshd::use_pam', 'no'),
+ use_storedconfigs => hiera('nodo::subsystem::use_storedconfigs', false),
}
# Add the localhost ssh key, useful when one needs