aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-26replaces shared-lsb by puppetlabs/stdlibTomas Barton
2014-01-26adjust readmemh
2014-01-26fix broken testsmh
These tests were broken before, because they didn't mock the right method.
2014-01-25removed files directoryTomas Barton
2014-01-25testing infastructure, rspec testsTomas Barton
2014-01-25Merge pull request #5 from deric/masterduritong
removed global variables from readme
2014-01-25default values formattingTomas Barton
2014-01-25formattingTomas Barton
2014-01-25removed global variables from documentation, converted to markdownTomas Barton
2013-12-04no need to have these quotesmh
2013-12-04fix deprecation warning 'Puppet::Util.execute is deprecated; please use ↵mh
Puppet::Util::Execution.execute'
2013-11-29unify centos sshd config and update it to latest upstreammh
2013-11-08get ecdsa host keys in Debian Wheezykwadronaut
2013-07-20Back to hmac-sha1 as hmac-sha2-512 prevented squeeze systems to connectSilvio Rhatto
2013-07-16Rollback: hmac-sha2-512 is just supported on newer systemsSilvio Rhatto
2013-07-16OpenSSH HMAC: SHA1 -> SHA2-512 (suggested by duraconf)Silvio Rhatto
2013-05-29rather match the correct service than the parent pidmh
the last approach only matched if someone was logged in with ssh. :/
2013-05-29Nagios disabled by defaultYoann Laissus
2013-05-20on newer puppet version the openbsd service provider changed slightly making ↵mh
this necessary
2013-02-04Merge remote-tracking branch 'githubmirror/master'mh
2013-02-04Merge pull request #2 from mmoll/styleduritong
style fixes
2013-02-03style fixesMichael Moll
silence puppet-lint
2013-01-20Avoiding UTF-8 string due to puppet issue #11860Silvio Rhatto
2013-01-17Merge branch 'master' of git://labs.riseup.net/shared-sshdSilvio Rhatto
Conflicts: templates/sshd_config/Ubuntu_precise.erb
2013-01-09README upgrade noticevarac
2013-01-02Merge commit '42fce2a4576dd97a270d4d875531b39920655edb'mh
2013-01-02Merge remote-tracking branch 'shared/master'mh
2012-11-07added Ubuntu precise supportnadir
2012-08-26fix variable namemh
2012-06-18correct variable namingmh
2012-06-13migrate away from hiera stuffmh
2012-06-08recmkdir is gonemh
2012-06-05new style for 2.7mh
2012-06-05new style for 2.7mh
2012-05-09Adding precise templateSilvio Rhatto
2012-02-03Adding sshd_config for oneiricSilvio Rhatto
2011-07-29remove legacy factsmh
2011-07-29Merge remote-tracking branch 'shared/master'mh
2011-07-21Adding PrintMotd parameter to all templates and setting per-distro default valueSilvio Rhatto
2011-07-17Document the $sshd_shared_ip variable in the READMEGabriel Filion
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-07-17Document the $sshd_print_motd variable in the READMEGabriel Filion
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-07-17Provide a default value for $sshd_shared_ip in sshd::clientGabriel Filion
Since it's possible to "include sshd::client" without using "include sshd" (e.g. installing/managing ssh client but not the server) provide a default value for $sshd_shared_ip also in the sshd::client class. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-07-16Clean out $ssh_use_strong_ciphersGabriel Filion
A tentative option from rhatto using the variable named $ssh_use_strong_ciphers still has two lines in init.pp Since the same functionality is provided by the variable $ssh_hardened_ssl that was merged in the shared repository, rhatto removed his feature. But there are still two lines left, so simply remove them. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-07-16Enable $ssh_hardened_ssl for FreeBSDGabriel Filion
It is the only sshd_config template that didn't have this option, so copy it from the other templates. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-07-14Updating FreeBSD template for new sshd_ports variableSilvio Rhatto
2011-07-13Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the jobSilvio Rhatto
2011-07-13Merge branch 'master' of git://labs.riseup.net/shared-sshdSilvio Rhatto
2011-06-21Merge remote-tracking branch 'lelutin/freebsd'Micah Anderson
2011-06-21Merge branch 'feature/debian_wheezy'intrigeri
2011-06-21Add sshd_config template for Debian Wheezy.intrigeri
Currently, this is a symlink to the Debian sid's one, which I've recently resync'd. Once Wheezy is frozen, we'll want to fork its own template.