20 Commits

Author SHA1 Message Date
Jan Vansteenkiste
7f1dae4a63
Correct the fixtures for debian 10 sshd_config
As the original author of the pr said: He added
the vanilla configuration files as spec tests. Since
the module uses it's own template, this won't work.

I copied the debian9 fixtures sshd_config since the
defaults in puppet are identical for debian 10.

Closes #323
2020-06-03 18:11:18 -04:00
Florian Baumann
c77fc07eab
Add support for debian10 2020-06-03 18:11:17 -04:00
Garrett Honeycutt
9a30ef666d
Merge pull request #311 from hdep/debian8
Add support for Debian8
2019-05-01 09:50:14 -04:00
hugo.deprez
ecd8b20b66 Add support for Ubuntu 18.04 LTS 2019-04-30 18:59:41 +02:00
hugo.deprez
c6b65c951b Add debian8 support 2019-04-30 14:03:15 +02:00
hugo.deprez
dce102f33a Add support for debian9 2019-04-29 17:39:47 +02:00
Martin Alfke
ff11ca8a9b Disable ServerkeyBits on RHEL 7.4 and later
fixes #244
replaces #259

update spec tests to test changes
mock operatingsystemrelease in default_facts
2018-07-27 07:36:42 +02:00
Phil Friderici
1cc9edea3a Add config_entries parameter
Uses create_resources() to create ssh::config_entry resources for the given hash.
Does respect hiera_merge parameter accordingly.
2017-09-21 13:17:52 +00:00
Phil Friderici
b476a3f725 Enhance compatibility with Solaris
Some OpenSSH parameters are not compatible with Solaris SSH.
They do break if they are included into the configuration file(s).

This patch does not include them by default on Solaris anymore.

Changed parameters:
sshd_config_tcp_keepalive   (TCPKeepAlive in sshd_config)
sshd_config_permittunnel    (PermitTunnel in sshd_config)
sshd_config_maxsessions     (MaxSessions  in sshd_config)
ssh_config_hash_known_hosts (HashKnownHosts in ssh_config)
2017-02-27 09:10:12 +01:00
Garrett Honeycutt
00829437ba Merge pull request #186 from andrei693/Expose_PermitTunnel_from_sshd_config
Expose PermitTunnel from sshd_config
2016-10-25 11:25:37 -04:00
Andrei Brezan
e044e4c89f Expose PermitTunnel from sshd_config 2016-10-24 17:18:25 +02:00
Bosse Andersson
f41d7966ab Add configurable param X11UseLocalhost to sshd_config 2016-10-04 12:55:06 +02:00
Garrett Honeycutt
d13c324001 Add support for Ubuntu 16.04 LTS 2016-08-28 20:55:00 -04:00
Andrei Brezan
d68ebec55d Expose TCPKeepAlive from sshd_config 2016-08-18 10:24:41 +02:00
Florian Faltermeier
49c799afb3 add support for PubkeyAuthentication in sshd_config 2016-06-08 15:25:24 +02:00
Nasredine Bentoumi
c04c0cca92 Fix Solaris ssh issue - AddressFamily not supported 2016-06-06 12:27:48 -04:00
Anders Larsson
82962f61ae Update SLE related spec tests 2016-03-21 14:57:15 +01:00
Anders Larsson
98382a05ff Refactor spec tests 2016-02-24 12:01:30 +01:00
Phil Friderici (ephifre)
0de49e43f7 fix for hiera_array() always returning an empty array 2015-08-11 13:35:42 +02:00
Phil Friderici (ephifre)
13e7433e0b Fix failing spec tests and get Puppet v4 working 2015-08-05 11:02:11 -04:00