aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-26 11:14:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-26 11:14:35 -0300
commitaa7966099dedce6c6d914dae0e8ed94674c2de6c (patch)
tree6fbe0e5da0cd4c9f729104e6d9fd4a7bb28acb35 /manifests/subsystem
parent35dfe7f2fbdf5c9212aea54783d15e828b4f95da (diff)
downloadpuppet-nodo-aa7966099dedce6c6d914dae0e8ed94674c2de6c.tar.gz
puppet-nodo-aa7966099dedce6c6d914dae0e8ed94674c2de6c.tar.bz2
Adding nodo::subsystem::sshd::x11_forwarding parameter
Diffstat (limited to 'manifests/subsystem')
-rw-r--r--manifests/subsystem/sshd.pp1
1 files changed, 1 insertions, 0 deletions
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 ]),