From: Silvio Rhatto Date: Wed, 26 Feb 2014 14:14:35 +0000 (-0300) Subject: Adding nodo::subsystem::sshd::x11_forwarding parameter X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aa7966099dedce6c6d914dae0e8ed94674c2de6c;p=puppet-nodo.git Adding nodo::subsystem::sshd::x11_forwarding parameter --- diff --git a/manifests/subsystem/sshd.pp b/manifests/subsystem/sshd.pp index 8f87567..cf57f72 100644 --- a/manifests/subsystem/sshd.pp +++ b/manifests/subsystem/sshd.pp @@ -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 ]),