420 Commits

Author SHA1 Message Date
Garrett Honeycutt
d169a5cc01
Merge pull request #309 from hdep/debian9
Add support for debian9
2019-04-29 18:12:46 -04:00
Garrett Honeycutt
8542776c9b
Merge pull request #310 from bjvrielink/host_aliases
Add for the possibility of an IPv6 address
2019-04-29 18:12:05 -04:00
hugo.deprez
dce102f33a Add support for debian9 2019-04-29 17:39:47 +02:00
Bart-Jan Vrielink
9832dee0a0
Add for the possibility of an IPv6 address
Also cover the case that there is no IPv4 address on an IPv6 only host.

Included are rspec tests for the sshkey resource

Test for correct host_aliases for the host's own sshkey resource.
3 possible combinations of IPv4 and IPv6 address are tested.
Not tested are:
- Virtual sshkey resources from other hosts.
- Other parameters for the sshkey resource (type, key)
- Non-default values for ssh_key_ensure and ssh_key_import.
2019-04-29 16:15:14 +02:00
Garrett Honeycutt
60562d7071
Release v3.59.1 2019-02-28 15:42:35 -05:00
Garrett Honeycutt
89d451b976
Merge pull request #305 from ghoneycutt/fix_match_config
Make sure Match-configuration is at the bottom
2019-02-28 15:41:01 -05:00
Peter Verraedt
eb21a852f2
Make sure Match-configuration is at the bottom 2019-02-28 14:50:29 -05:00
Garrett Honeycutt
1f2410b07e
Merge pull request #304 from ghoneycutt/fix_spec_tests_by_pinning_bundler
Fix spec tests by pinning version of Bundler
2019-02-28 14:48:52 -05:00
Garrett Honeycutt
b31109a225
Stop testing Puppet 3 with ruby 1.8.7 2019-02-28 14:40:54 -05:00
Garrett Honeycutt
9aef32a235
Document support for Puppet 6 2019-02-28 14:40:40 -05:00
Garrett Honeycutt
c4b6467e0e
Fix spec tests by pinning version of Bundler 2019-02-28 14:27:30 -05:00
Garrett Honeycutt
56678c4f4a
Release v3.59.0
Support Puppet 6
2019-01-03 20:02:45 -05:00
Garrett Honeycutt
f57e014f78
Merge pull request #298 from Phil-Friderici/puppet6
Add support for Puppet 6
2019-01-03 20:01:52 -05:00
Phil Friderici
f9550720ed Add support for Puppet 6 2018-12-05 08:04:43 +00:00
Garrett Honeycutt
fcbbcb30ff
Merge pull request #296 from djschaap/concat
Allow puppetlabs-concat < 6.0.0
2018-11-01 13:51:04 -04:00
Doug Schaapveld
176c5e6481 Allow puppetlabs-concat < 6.0.0
Fixes #287
2018-10-30 22:04:41 -05:00
Garrett Honeycutt
463bc6a399 Release v3.58.0 2018-10-08 15:53:21 -04:00
Garrett Honeycutt
382061bc2e
Merge pull request #293 from ghoneycutt/add_revoked_keys_option
Add RevokedKeys option to sshd_config
2018-10-08 15:51:35 -04:00
Asif Maqbool
1c0d3f6bdb Add RevokedKeys option to sshd_config
Co-authored-by: Garrett Honeycutt <code@garretthoneycutt.com>
2018-10-08 15:38:54 -04:00
Garrett Honeycutt
ef4d92f6b3 Release v3.57.1 2018-07-27 10:45:13 -04:00
Garrett Honeycutt
2df77477c5 Bump license for 2018 2018-07-27 10:44:58 -04:00
Garrett Honeycutt
bf0bc72140
Merge pull request #278 from tuxmea/disable_server_key_bits_on_rhel7
Disable ServerkeyBits on RHEL 7.4 and later
2018-07-27 10:43:22 -04: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
Garrett Honeycutt
2874845537
Merge pull request #266 from zyamada/master
Fixing an inaccuracy within README.md
2018-03-29 11:39:06 -04:00
Zachary Yamada
d8ed53d507 Fixed typo in readme which provided the incorrect parameter for configuring the sshd PrintLastLog option 2018-03-28 13:03:45 -07:00
Garrett Honeycutt
fd3348896f Release v3.57.0 2017-12-10 21:01:02 -05:00
Garrett Honeycutt
3d3121a183
Merge pull request #257 from baurmatt/AuthenticationMethods
Add sshd_config_authenticationmethods parameter
2017-12-10 20:59:25 -05:00
Garrett Honeycutt
113a86f4bf
Merge pull request #258 from ghoneycutt/allow_agent_forwarding
Add support for AllowAgentForwarding option in sshd_config
2017-12-10 20:58:10 -05:00
e.vanhazendonk
2ca1bdfcca Add support for AllowAgentForwarding option in sshd_config 2017-12-10 19:27:35 -05:00
Matthias Baur
bc4c8a82a6 Add sshd_config_authenticationmethods parameter
This commit adds support for AuthenticationMethods by adding the
sshd_config_authenticationmethods parameter. Credits to @Saford91 for
the first implementation.
2017-12-10 20:29:02 +01:00
Garrett Honeycutt
7b8adfb451 Release v3.56.1 2017-11-20 10:47:47 -05:00
Garrett Honeycutt
9a349c7431
Merge pull request #252 from ghoneycutt/fix_sshd_config_maxstartups
(GH-251) Fix regex for sshd_config_maxstartups
2017-11-20 10:46:02 -05:00
Garrett Honeycutt
43a57041c4
Merge pull request #253 from ghoneycutt/stop_testing_minor_releases
(ci) Stop testing on minor releases
2017-11-20 10:45:37 -05:00
Garrett Honeycutt
fcc08ace1b (ci) Stop testing on minor releases 2017-11-20 09:52:51 -05:00
Garrett Honeycutt
cc2d310436 (GH-251) Fix regex for sshd_config_maxstartups 2017-11-20 09:44:17 -05:00
Garrett Honeycutt
3742a5c382 Release v3.56.0 2017-10-27 11:59:40 -04:00
Garrett Honeycutt
97d467a4ea
Merge pull request #248 from dhollinger/update_deps
Update concat dependency to be compatible with concat 3.x and 4.x
2017-10-27 11:56:23 -04:00
David Hollinger
626ca510ea Update concat dependency to be compatible with concat 3.x and 4.x 2017-09-26 18:01:51 -05:00
Garrett Honeycutt
be39600ff8 Release v3.55.0 2017-09-26 11:47:37 -04:00
Garrett Honeycutt
3b6789ab56 Merge pull request #246 from Phil-Friderici/ssh_config
Add ssh::config_entry defined type (with ssh::config_entries and tests)
2017-09-26 11:35:38 -04: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
4dbbdf5685 Add spec tests for ssh::config_entry define 2017-09-21 11:20:22 +00:00
Phil Friderici
a2b6ba4799 Add concat as new dependency 2017-09-21 11:20:18 +00:00
Jeff McCune
68dd872428 Add ssh::config_entry defined type
This patch adds a mechanism to manage ~/.ssh/config entries using the
concat module.
2017-09-15 13:33:58 -04:00
Garrett Honeycutt
2a26ad43f3 Release v3.54.0 2017-07-24 16:24:39 -04:00
Garrett Honeycutt
a9be160560 Merge pull request #240 from dhollinger/sshca
Add more SSH CA related fixes and paramaters
2017-07-24 16:21:25 -04:00
David Hollinger
6f68aa6aba Update README 2017-07-24 15:04:37 -05:00
David Hollinger
4cefc65069 Update hostcertificated to take both Strings and Arrays 2017-07-24 14:36:10 -05:00
David Hollinger
0ac138213e Fix puppetversion check logic
puppetversion was checking for puppet < '5.0' even if nil. This caused
an error when attempting to run bundler commands. Added logic to check
if puppetversion !nil and is < "5.0"
2017-07-24 14:25:34 -05:00
David Hollinger
50ddf070ed Update README 2017-07-24 13:42:13 -05:00