]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::subsystem::sshd::x11_forwarding parameter
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 26 Feb 2014 14:14:35 +0000 (11:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 26 Feb 2014 14:14:35 +0000 (11:14 -0300)
manifests/subsystem/sshd.pp

index 8f875676aff74b8d8d76b50affbef397fc98e102..cf57f7265f3fbf69565a6ece87598e2c0b13a3d1 100644 (file)
@@ -10,6 +10,7 @@ class nodo::subsystem::sshd {
     password_authentication => hiera('nodo::subsystem::sshd::password_authentication', 'yes'),
     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'),
     print_motd              => hiera('nodo::subsystem::sshd::print_motd',              'no'),
     ports                   => hiera('nodo::subsystem::sshd::ports',                   [ 22 ]),