154 Commits

Author SHA1 Message Date
Garrett Honeycutt
b6089b8656 Release v3.19.0 - Support GSSAPIDelegateCredentials in ssh_config 2014-09-23 17:42:20 -04:00
Garrett Honeycutt
27e9f94c15 Merge branch 'master' of github.com:ghoneycutt/puppet-module-ssh 2014-09-23 17:41:14 -04:00
Garrett Honeycutt
3764e4dcd5 Merge pull request #88 from ghoneycutt/GSSAPIDelegateCredentials_ssh_config_for_solaris11
Add support for GSSAPIDelegateCredentials in ssh_config.
2014-09-23 17:41:03 -04:00
Roy Victor Williams
ab37372230 Add support for GSSAPIDelegateCredentials in ssh_config.
By default this only applies to Solaris 11.
2014-09-23 16:52:34 -04:00
Garrett Honeycutt
b36f5869ad Release v3.18.0 - ability to specify custom templates 2014-09-03 21:43:55 -04:00
Garrett Honeycutt
c4aa7d6a9a Merge pull request #82 from wolfspyre/parameterize_templates
permit custom templates for ssh_config and sshd_config
2014-09-03 21:43:12 -04:00
Wolf Noble
b719363821 fix facts declarations in spec tests to pass codesmell 2014-08-13 18:03:50 -05:00
Wolf Noble
dbd0e51760 Add parameters to specify the template used to generate sshd_config and ssh_config 2014-08-12 14:47:58 -05:00
Garrett Honeycutt
2210c9c622 Release v3.17.0 - deep merge for sshd_config deny/allow users 2014-08-09 11:43:50 -04:00
Garrett Honeycutt
7dc420ef12 Merge pull request #81 from ghoneycutt/use_hiera_array_for_deep_merge
Use hiera array for deep merge
2014-08-09 11:41:56 -04:00
Garrett Honeycutt
bf53e2f36e Fixup gmcgrath's contribution to comply with style 2014-08-09 10:39:25 -04:00
gmcgrath
ec91c40a5a Ability to use hiera_array for sshd_config's deny/allow users 2014-08-09 10:38:44 -04:00
Garrett Honeycutt
5c097ef286 Release v3.16.0 - LogLevel is configurable for sshd_config 2014-08-09 10:22:16 -04:00
Garrett Honeycutt
76eab9904e Merge pull request #79 from wolfspyre/permit_custom_sshd_loglevel
permit customization of sshd config loglevel
2014-08-09 10:20:07 -04:00
Wolf Noble
71dfbca914 permit customization of sshd config loglevel 2014-08-06 15:13:32 -05:00
Garrett Honeycutt
4f9c5e2168 Release v3.15.2 - metadata update to support PE 3.3 2014-07-16 14:10:52 -04:00
Garrett Honeycutt
113ef4a7d8 Merge pull request #77 from robbyt/master
adding PE 3.3 support
2014-07-16 14:09:24 -04:00
Rob Terhaar
1effe253aa adding PE 3.3 support 2014-07-16 12:36:58 -04:00
Garrett Honeycutt
b8d4722fec Release v3.15.1 - fix metadata and Solaris 11 support 2014-06-10 20:26:32 -04:00
Garrett Honeycutt
cbd3e7a745 Merge pull request #76 from ghoneycutt/sol11
Sol11
2014-06-10 20:25:00 -04:00
Garrett Honeycutt
86b402750c Allow for facter v2 2014-06-10 13:53:37 -04:00
Garrett Honeycutt
8e50448b31 Use single quotes where no variable interpolation is required. 2014-06-10 13:52:59 -04:00
Garrett Honeycutt
21be3b2da3 Requiring rubygems is not needed. 2014-06-10 13:51:39 -04:00
Mark Nalyanya
e52bad15e1 Update Solaris 11 package names 2014-06-10 13:48:53 -04:00
Garrett Honeycutt
5895802498 Release v3.15.0 - Add deny/allow options in sshd_config
DenyGroups, AllowGroups, and AllowUsers
2014-05-29 12:59:49 -04:00
Garrett Honeycutt
9638496c68 Merge pull request #74 from ghoneycutt/sshd_config_acls
Add Allow/Deny options to sshd_config
2014-05-29 12:59:09 -04:00
Garrett Honeycutt
3f94bff707 Add Allow/Deny options to sshd_config
Add ability to specify DenyGroups, AllowGroups, and AllowUsers to
sshd_config.
2014-05-29 11:17:18 -04:00
Garrett Honeycutt
52b41829f2 Release v3.14.0 - Can specify DenyUsers in sshd_config 2014-05-29 10:39:33 -04:00
Garrett Honeycutt
f362fe3f90 Merge pull request #73 from ghoneycutt/sshd_config_denyusers
Add ability to specify DenyUsers in sshd_config
2014-05-29 10:37:20 -04:00
Garrett Honeycutt
eef1ca3f73 Add ability to specify DenyUsers in sshd_config 2014-05-28 16:46:13 -04:00
Garrett Honeycutt
ef93a47c1c Release v3.13.0 - support MACs and Ciphers options
Available both in ssh_config and sshd_config
2014-05-28 16:20:14 -04:00
Garrett Honeycutt
39d0665f84 Merge pull request #72 from ghoneycutt/add_macs_params
Add macs params
2014-05-28 16:16:27 -04:00
Garrett Honeycutt
3077269848 Merge pull request #71 from ghoneycutt/add_ciphers_params
Add ability to specify Ciphers option in ssh_config and sshd_config
2014-05-28 16:14:11 -04:00
Garrett Honeycutt
230023ef5a Add ability to specify MACs option in ssh_config and sshd_config 2014-05-28 14:57:35 -04:00
Garrett Honeycutt
dbf2d6c138 Add ability to specify Ciphers option in ssh_config and sshd_config 2014-05-28 14:12:44 -04:00
Garrett Honeycutt
b264bb97c6 Release v3.12.0 - Can specify ServerKeyBits in sshd_config 2014-05-22 15:02:17 -04:00
Garrett Honeycutt
7d06898c38 Merge pull request #70 from ghoneycutt/add_sshd_config_serverkeybits
Add sshd config serverkeybits
2014-05-22 15:01:18 -04:00
Garrett Honeycutt
e91a36ae31 remove trailing whitespace 2014-05-22 14:52:38 -04:00
nbentoumi
05704d7280 Add ServerKeyBits parameter 2014-05-22 14:52:23 -04:00
Garrett Honeycutt
92a8972063 Release v3.11.0 - Add StrictModes param for sshd_config 2014-05-20 13:44:28 -04:00
Garrett Honeycutt
8022d23c53 Merge pull request #68 from ghoneycutt/add_sshd_config_strictmodes
Add StrictModes parameter for sshd
2014-05-20 13:43:10 -04:00
Garrett Honeycutt
2979a85624 Support Puppet v3.5.1 and v3.6.0 2014-05-20 13:08:58 -04:00
root
0d00d040da Add StrictModes parameter for sshd 2014-05-20 13:04:51 -04:00
Garrett Honeycutt
88dd13b27b Merge pull request #65 from ghoneycutt/fix_metadata_add_firewall_version
Add version dependency to firewall module to support Forge
2014-05-20 13:03:29 -04:00
Garrett Honeycutt
53f9acbfd5 Add version dependency to firewall module to support Forge
Without this commit the forge gives the following error.
"Oops, that didn't work The dependency 'puppetlabs/firewall' in the
metadata.json must have a 'version_requirement' key."
2014-05-16 13:27:19 -07:00
Garrett Honeycutt
d228c25d4b Release v3.10.0 - Add option to specify AuthorizedKeysFile 2014-05-16 13:20:39 -07:00
Garrett Honeycutt
f4f85e1d4d Merge pull request #64 from emahags/auth_keys_location
Add option to specify AuthorizedKeysFile
2014-05-16 13:14:09 -07:00
Martin Hagstrom
7dd6b653b0 Add option to specify AuthorizedKeysFile 2014-05-16 13:01:27 +02:00
Garrett Honeycutt
b3511938e9 Release v3.9.0 - ability to not import all ssh keys 2014-04-14 01:57:03 -04:00
Garrett Honeycutt
cd8d98da4c Merge pull request #63 from ghoneycutt/ssh_key_import
Ssh key import
2014-04-14 01:56:34 -04:00