367 Commits

Author SHA1 Message Date
Garrett Honeycutt
336b395c52 Merge pull request #157 from anders-larsson/useroaming_on_supported_versions
UseRoaming on supported versions only
2016-04-04 14:56:28 -05:00
Anders Larsson
7b9ffdc0e6 Disable puppet-lint 140chars check 2016-03-22 07:31:42 +01:00
Anders Larsson
5b24bcbd70 Ensure rake v10 is used for ruby 1.8.7 2016-03-22 07:09:32 +01:00
Anders Larsson
82962f61ae Update SLE related spec tests 2016-03-21 14:57:15 +01:00
Phil Friderici
bbdb6d4f5e Enhance Puppet v4 compatibility 2016-02-24 12:02:22 +01:00
Anders Larsson
98382a05ff Refactor spec tests 2016-02-24 12:01:30 +01:00
Anders Larsson
32bdfdd20d Add UseRoaming only on supported ssh versions
Facts ssh_version and ssh_version_numeric is now used in the decision of
including UseRoaming in ssh_version.
2016-02-23 11:58:48 +01:00
Phil Friderici
d8f7818134 Allow semantic version strings with two dot 2016-02-15 13:49:24 +01:00
Phil Friderici
041ad172c1 Add spec tests for ssh_version* facts 2016-02-15 13:40:27 +01:00
Garrett Honeycutt
09cb1f4c37 Release v3.35.0 - Add ssh version facts 2016-01-29 17:33:59 -05:00
Garrett Honeycutt
ccc48d79cf Merge pull request #133 from ghoneycutt/facts
WIP - Add facts for ssh version
2016-01-29 17:30:41 -05:00
Garrett Honeycutt
81678d0294 Release v3.34.0 - Address CVE-2016-0777 and CVE-2016-0778
Add ability to disable roaming.
2016-01-17 14:31:14 -05:00
Garrett Honeycutt
f3b35f94f0 Merge pull request #149 from ghoneycutt/use_roaming
Use roaming
2016-01-17 14:30:42 -05:00
Garrett Honeycutt
0f6a0df26b Allow rspec > v2 on platforms that support it 2016-01-17 13:16:48 -05:00
Garrett Honeycutt
a76ec2fd38 Use puppet-lint from git as rubygems is not updated 2016-01-17 13:15:58 -05:00
Garrett Honeycutt
dd970dbaa5 Add CVE-2016-0777 and CVE-2016-0778 information to README 2016-01-17 13:12:26 -05:00
Phil Friderici
38260e68c4 Set UseRoaming parameter only on Linux clients
- add variable validation
- add tests
2016-01-15 15:16:09 +01:00
Michael Merideth
7da166afb8 mitigate client bugs CVE-2016-0777 and CVE-2016-0778 2016-01-14 14:31:12 -07:00
Garrett Honeycutt
9c02168480 Release v3.33.1 - Support Puppet v4.3.0 2015-12-15 22:02:58 -05:00
Garrett Honeycutt
dbc34b67b9 Merge branch 'master' of github.com:ghoneycutt/puppet-module-ssh 2015-12-15 22:02:21 -05:00
Garrett Honeycutt
0904d4896a Merge pull request #143 from ghoneycutt/support_puppet_v430
Support puppet v430
2015-12-15 21:57:39 -05:00
Garrett Honeycutt
a8a939a4d9 Support Puppet v4.3.0
Requires upgrade to ghoneycutt/common v1.4.1
2015-12-15 19:55:11 -05:00
Garrett Honeycutt
d098df02e3 Support Puppet v4.3.0
Requires upgrade to ghoneycutt/common v1.4.1
2015-12-15 16:11:11 -05:00
Garrett Honeycutt
c487d6d8a8 Use https for spec fixtures for easier access through firewalls 2015-12-15 16:10:32 -05:00
Garrett Honeycutt
32c633f5a5 Use community puppet-lint plugins and conform code to them 2015-12-15 16:10:04 -05:00
Garrett Honeycutt
7b86b6ae10 Release v3.33.0 - Add parameter for AddressFamily in sshd_config 2015-12-10 11:52:00 -05:00
Garrett Honeycutt
2b29ced114 Merge pull request #142 from ghoneycutt/sshd_addressfamily
Sshd addressfamily
2015-12-10 11:46:44 -05:00
Garrett Honeycutt
a5db9add8b Keep commented config option to show default value for AddressFamily 2015-12-10 09:59:19 -05:00
Tom De Vylder
8876844637 Add parameter sshd_addressfamily 2015-12-10 09:59:19 -05:00
Garrett Honeycutt
ed47839cab Merge pull request #140 from ghoneycutt/readme_example_formatting
Change formatting in README to be explicit about example types
2015-12-07 15:08:21 -05:00
Garrett Honeycutt
73a0d2ba35 Change formatting in README to be explicit about example types
This makes the markup render nicely on GitHub
2015-12-07 15:07:06 -05:00
Garrett Honeycutt
4074732dc8 Merge pull request #139 from ghoneycutt/README_for_approved_status
Update README to meet criteria for Puppet Labs Approved status
2015-11-24 13:53:39 -05:00
Garrett Honeycutt
e3246a616a Update README to meet criteria for Puppet Labs Approved status 2015-11-24 13:53:08 -05:00
Garrett Honeycutt
3cbdaa152f Release v3.32.0 - Add parameter to specify management of ssh service 2015-10-15 14:31:52 -04:00
Garrett Honeycutt
9ffa33c028 Merge pull request #134 from dfairhurst/feature/manageservice
Add a parameter to allow disabling management of the ssh service
2015-10-15 14:31:32 -04:00
Daniel Fairhurst
e67cea8e24 Add a parameter to allow disabling management of the ssh service 2015-10-15 13:13:11 -04:00
Garrett Honeycutt
c69e455e9b WIP - Add facts for ssh version
Contains two facts, ssh_version and ssh_version_numeric.

Examples:
  ssh_version         = 'OpenSSH_6.2p2'
  ssh_version_numeric = '6.2'
2015-10-07 14:04:57 -04:00
Garrett Honeycutt
f3d0f97d41 Release v3.31.0 - Add support for SLES 12 2015-10-07 13:33:28 -04:00
Garrett Honeycutt
5a13f89718 Merge pull request #132 from Phil-Friderici/sles12_sftp
add default SFTP subsystem for SLES12
2015-10-07 13:32:53 -04:00
Phil Friderici
45ef1ddbaa add default SFTP subsystem for SLES12 2015-10-07 15:28:54 +02:00
Garrett Honeycutt
260b9f3900 Release v3.30.0 - Manage KerberosAuthentication option in sshd 2015-09-03 16:04:45 -04:00
Garrett Honeycutt
1e96a8b2af Merge pull request #127 from ghoneycutt/add_param_for_kerberosauthentication
Add parameter for KerberosAuthentication option to sshd
2015-09-03 16:04:13 -04:00
Garrett Honeycutt
4ea08a5357 Work with fang64 on spec tests 2015-09-03 15:05:05 -04:00
Roy Williams
e649f71ef9 Add support for KerberosAuthentication option in sshd. 2015-09-03 15:01:30 -04:00
Garrett Honeycutt
cd4a9dca10 Release v3.29.1 - Bugfix for hiera_array with allow/deny users/groups 2015-08-17 17:48:35 -04:00
Garrett Honeycutt
12a790d444 Merge pull request #121 from Phil-Friderici/fix_hiera_array
fix for hiera_array() always returning an empty array
2015-08-17 17:44:01 -04:00
Phil Friderici (ephifre)
0de49e43f7 fix for hiera_array() always returning an empty array 2015-08-11 13:35:42 +02:00
Garrett Honeycutt
3c785ef1fd Release v3.29.0 - Add support for Puppet v4 and v3 w/ future parser 2015-08-05 12:50:33 -04:00
Garrett Honeycutt
fe5f66f2f4 Merge pull request #120 from ghoneycutt/puppetv4
Support Puppetv4 and v3 with future parser
2015-08-05 12:49:11 -04:00
Garrett Honeycutt
95ed538ec4 Re-enable linting in Travis 2015-08-05 11:55:40 -04:00