From aa7966099dedce6c6d914dae0e8ed94674c2de6c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 26 Feb 2014 11:14:35 -0300 Subject: Adding nodo::subsystem::sshd::x11_forwarding parameter --- manifests/subsystem/sshd.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') 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 ]), -- cgit v1.2.3