diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-26 11:14:35 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-26 11:14:35 -0300 | 
| commit | aa7966099dedce6c6d914dae0e8ed94674c2de6c (patch) | |
| tree | 6fbe0e5da0cd4c9f729104e6d9fd4a7bb28acb35 | |
| parent | 35dfe7f2fbdf5c9212aea54783d15e828b4f95da (diff) | |
| download | puppet-nodo-aa7966099dedce6c6d914dae0e8ed94674c2de6c.tar.gz puppet-nodo-aa7966099dedce6c6d914dae0e8ed94674c2de6c.tar.bz2 | |
Adding nodo::subsystem::sshd::x11_forwarding parameter
| -rw-r--r-- | manifests/subsystem/sshd.pp | 1 | 
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 ]), | 
