372 Commits

Author SHA1 Message Date
Garrett Honeycutt
06423f9e5a Release v3.45.0 - Add support for Ubuntu 16.04 LTS 2016-08-30 10:03:56 -04:00
Garrett Honeycutt
b2dc09e746 Merge pull request #189 from Phil-Friderici/ubuntu1604
Ubuntu1604
2016-08-30 10:03:03 -04:00
Phil Friderici
c621ebb53d Fix tests on Puppet 4.6
- Adjust gem pinning
2016-08-30 14:40:46 +02:00
Phil Friderici
56b7054736 Fix tests on Puppet 4.0 to 4.2
- Make hiera used facts available in all test cases
- Refactor facts & params usage in tests cases
2016-08-30 13:54:31 +02:00
Garrett Honeycutt
d13c324001 Add support for Ubuntu 16.04 LTS 2016-08-28 20:55:00 -04:00
Garrett Honeycutt
8d7c127d4d Explicitly support Puppet v4.6 2016-08-28 20:55:00 -04:00
Garrett Honeycutt
08bc9427bc Use puppetlabs_spec_helper >= 1.2.0 which does strict variable checking
puppetlabs_spec_helper 1.2.0 introduced doing strict variable checks by
default with Puppet v4
2016-08-28 20:30:07 -04:00
Garrett Honeycutt
3300cf4242 Update CHANGELOG with previous releases 2016-08-28 20:26:20 -04:00
Garrett Honeycutt
a1d6c9a3f9 Release v3.44.0 - Add TCPKeepAlive to sshd_config 2016-08-28 20:22:36 -04:00
Garrett Honeycutt
3db4fed68c Merge pull request #181 from andrei693/Expose_TCPKeepAlive_from_sshd_config
Expose TCPKeepAlive from sshd_config
2016-08-28 20:22:06 -04:00
Andrei Brezan
d68ebec55d Expose TCPKeepAlive from sshd_config 2016-08-18 10:24:41 +02:00
Garrett Honeycutt
38fe580232 Release v3.43.0 - Add support for Ruby 2.3.1 with Puppet v4 2016-08-08 23:23:45 -04:00
Garrett Honeycutt
a54a8b6f0a Merge pull request #184 from ghoneycutt/support_ruby231
Support Ruby v2.3.1
2016-08-08 23:22:50 -04:00
Garrett Honeycutt
aafdb89eb5 Support Ruby v2.3.1 2016-08-08 20:30:53 -04:00
Garrett Honeycutt
962d0573b9 Explicitly test new Puppet v4 releases 2016-08-08 20:28:31 -04:00
Garrett Honeycutt
2fab526428 Pin gems to continue supporting older ruby versions 2016-08-08 20:27:59 -04:00
Garrett Honeycutt
51b988117b Merge pull request #182 from ghoneycutt/fix_lint_version
Allow puppet-lint v1 so community plugins work
2016-07-04 20:38:26 -04:00
Garrett Honeycutt
097563fff1 Pin json to v1 for Ruby versions < 2
json v2 requires at least ruby v2.0.0
2016-07-04 16:22:34 -04:00
Garrett Honeycutt
697a512898 Allow puppet-lint v1 so community plugins work 2016-07-04 16:10:23 -04:00
Garrett Honeycutt
7785195306 Release v3.42.0 - Support PermitUserEnvironment and PermitEmptyPasswords
Add support for managing sshd_config options PermitUserEnvironment and
PermitEmptyPasswords
2016-06-24 15:52:38 -04:00
Garrett Honeycutt
4e3920b820 Merge pull request #178 from jthiesfeld/jthiesfeld-permitemptypasswords
Adding two new options for sshd_config PermitEmptyPasswords and PermitUserEnvironment
2016-06-24 15:51:18 -04:00
jthiesfeld
cb09aedee6 Adding two new options for sshd_config PermitEmptyPasswords and
PermitUserEnvironment
2016-06-21 15:52:55 -05:00
Garrett Honeycutt
b05b3e063f Update years in LICENSE 2016-06-20 12:44:01 -04:00
Garrett Honeycutt
4121245a5c Release v3.41.0 - Support UserKnownHostsFile & GlobalKnownHostsFile
Add support for UserKnownHostsFile in ssh_config and allow
GlobalKnownHostsFile to take an array.
2016-06-20 12:42:06 -04:00
Garrett Honeycutt
b7f729ae78 Merge pull request #177 from ghoneycutt/hosts_files_array
Add support for UserKnownHostsFile and add multiple files support for GlobalKnownHostsFile
2016-06-20 12:40:30 -04:00
Garrett Honeycutt
ab88a5e86f Working with sergiik to improve documentation of new params 2016-06-20 12:38:24 -04:00
Sergii Kipot
0d936a954c Add support for multiple files in GlobalKnownHostsFile ssh option
Array option ssh_config_global_known_hosts_list implemented
2016-06-15 20:36:58 +02:00
Sergii Kipot
5be19cd1d7 Add support for UserKnownHostsFile ssh option
Array option ssh_config_user_known_hosts_file implemented
2016-06-15 17:52:53 +02:00
Garrett Honeycutt
64e0dc5f77 Release v3.40.0 - Add ability to specify multiple ports 2016-06-09 16:48:57 -04:00
Garrett Honeycutt
6e920cab49 Merge pull request #162 from andrei693/Add_multiple_ports_option_to_sshd_config_port
Change sshd_config_port to support multiple port numbers
2016-06-09 16:47:25 -04:00
Andrei Brezan
1c78f1e732 Change sshd_config_port to support multiple port numbers, string/integer/array 2016-06-09 12:41:12 +02:00
Garrett Honeycutt
6872394bfe Release v3.39.0
* Allow ecdsa-sha2-nistp256 hostkeys
* Add host_aliases attribute to sshkey resource
* Add support for PubkeyAuthentication in sshd_config
2016-06-08 12:38:06 -04:00
Garrett Honeycutt
6a82780175 Merge pull request #173 from florianfa/master
allow ecdsa-sha2-nistp256 hostkeys,  add host_aliases attribute to sshkey resource, add support for PubkeyAuthentication
2016-06-08 12:35:48 -04:00
Florian Faltermeier
49c799afb3 add support for PubkeyAuthentication in sshd_config 2016-06-08 15:25:24 +02:00
Garrett Honeycutt
aae6a69bcb Merge pull request #172 from Phil-Friderici/mini_fixes
Remove needless file
2016-06-07 10:10:02 -04:00
Florian Faltermeier
b0b245e2ed add host_aliases attribute to sshkey resource 2016-06-07 10:49:37 +02:00
Florian Faltermeier
a7a15c203e allow ecdsa-sha2-nistp256 hostkeys 2016-06-07 09:15:06 +02:00
Phil Friderici
ecb889af82 Remove needless file 2016-06-07 08:47:51 +02:00
Garrett Honeycutt
bfb085888b Release v3.38.0 2016-06-06 16:21:40 -04:00
Garrett Honeycutt
672ebed448 Merge pull request #171 from ghoneycutt/prep_3_38_0
Prep v3.80.0
2016-06-06 16:19:35 -04:00
Garrett Honeycutt
dfe8bd791e Prep v3.80.0 2016-06-06 13:58:01 -04:00
Garrett Honeycutt
cbc1db4819 Merge pull request #170 from ghoneycutt/maxauthtries
Add param to manage MaxAuthTries in sshd_config
2016-06-06 13:56:21 -04:00
Garrett Honeycutt
bbcf100545 Release v3.37.1 - Solaris bugfix to remove AddressFamily 2016-06-06 13:43:39 -04:00
Garrett Honeycutt
14be3f08af Merge pull request #161 from nbentoumi/fix_solaris_issue
Fix Solaris ssh issue - AddressFamily not supported
2016-06-06 13:42:14 -04:00
jthiesfeld
e1841e04d8 Add param to manage MaxAuthTries in sshd_config 2016-06-06 12:49:20 -04:00
Nasredine Bentoumi
c04c0cca92 Fix Solaris ssh issue - AddressFamily not supported 2016-06-06 12:27:48 -04:00
Garrett Honeycutt
e29c06349d Release v3.37.0 - Add params to manage more options in ssh_config
* StrictHostKeyChecking
  * EnableSSHKeysign
  * HostbasedAuthentication
2016-06-04 14:33:26 -04:00
Garrett Honeycutt
d7d8692d3d Merge branch 'master' of github.com:ghoneycutt/puppet-module-ssh 2016-06-04 14:31:53 -04:00
Garrett Honeycutt
c73f520432 Merge pull request #168 from ghoneycutt/add_ssh_params
Add ssh params
2016-06-04 14:31:38 -04:00
Garrett Honeycutt
79e53c0940 Fix strict variable checks 2016-06-04 12:26:36 -04:00