]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Updates sshd config
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 13:18:43 +0000 (10:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 13:18:43 +0000 (10:18 -0300)
manifests/subsystem/sshd.pp

index cf57f7265f3fbf69565a6ece87598e2c0b13a3d1..6650fb9de4ef6934a849a7e18a10d0289559c0b1 100644 (file)
@@ -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