Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-19 | Update README to include the ssh_keygen function | Micah Anderson | |
2011-02-19 | Pull together a more comprehensive README, moving the configurable variables ↵ | Micah Anderson | |
from init.pp into the README, and detailing the other features, and requirements, of the module | |||
2011-02-14 | Merge remote branch 'shared/master' | intrigeri | |
Conflicts: templates/sshd_config/Debian_squeeze.erb I always picked the shared repository version when conflicts arose. The only exception to this rule was: I kept my branch's "HostbasedUsesNameFromPacketOnly yes" in order to be consistent with existing Etch and Lenny templates. This is not the default Debian setting, but I would find it weird if a host had this setting changed by Puppet after upgrading to Squeeze. The right way to proceed would probably be to make this configurable. | |||
2011-02-14 | Merge remote branch 'immerda/master' | intrigeri | |
2010-12-20 | fix debian squeeze sshd_config template to add a missing newline | Micah Anderson | |
2010-12-16 | do some trickery as arguments from puppet are passed as an array | mh | |
2010-12-16 | made error mesage a bit more verbose | mh | |
2010-12-16 | remove stupid swap | mh | |
2010-12-16 | Add a function to create ssh keys on the fly | mh | |
This allows you to use content of ssh keys within your manifests and generate them automatically if they don't exist yet. | |||
2010-12-15 | remote KerberosGetAFSToken, its actually not a functional configuration ↵ | Micah Anderson | |
option, even though it is listed in the man page, and commented out in the default config file. I filed a bug with debian (#607238) | |||
2010-12-14 | "ChallengeResponseAuthentication no" was being hardcoded later in the Debian ↵ | Micah Anderson | |
Lenny sshd_config template, even though we offer it as a variable. With this commit, the variable will actually work, rather than be overriden | |||
2010-12-14 | add Debian Squeeze sshd template. Enabled kerberos and gssapi options, using ↵ | Micah Anderson | |
the defaults when not specified | |||
2010-12-11 | Mention dependency on lsb module. | intrigeri | |
2010-10-21 | lenny already has AcceptEnv by default | mh | |
2010-10-21 | use realport | mh | |
2010-10-20 | use parametrized class to pass ssh_ports to open up things | mh | |
2010-10-20 | introduce that port also can't be the name, fix ensure problem | mh | |
2010-10-20 | extend sshd::nagios with ensure param | mh | |
2010-10-20 | add nagios_check_ssh_hostname to tweak the hostname which whould be ↵ | mh | |
monitored, as this one might actually differ | |||
2010-10-20 | move define to own class | mh | |
2010-10-18 | Bugfix | intrigeri | |
2010-10-17 | Merge remote branch 'nadir/master' | intrigeri | |
Conflicts: manifests/init.pp | |||
2010-10-16 | Syntax fix. | intrigeri | |
2010-10-16 | bugfix | intrigeri | |
2010-10-16 | bugfix | intrigeri | |
2010-10-16 | New option sshd_ports that obsoletes sshd_port. | intrigeri | |
Backward compatibility is preserved. | |||
2010-10-16 | Cleanup templates: sshd_port is guaranteed by init.pp not to be empty. | intrigeri | |
2010-10-13 | sshd service has status and restart commands in post-etch Debian releases. | intrigeri | |
2010-10-05 | nagios-cmd is now check_ssh_port - according to shared-nagios | nadir | |
2010-10-04 | Simplify by using the config_file definition. | intrigeri | |
2010-10-03 | Add template for Debian Squeeze. | intrigeri | |
2010-10-03 | Actually allow enabling ChallengeResponseAuthentication on Debian Lenny. | intrigeri | |
2010-02-21 | update nagios check_command to check ssh port. it was using ssh_port, it ↵ | Micah Anderson | |
should be 'check_ssh_port' | |||
2009-12-27 | Merge remote branch 'lavamind/master' | Micah Anderson | |
2009-12-21 | update comments to include information about how to use the nagios | Micah Anderson | |
checks and the pre-requirements | |||
2009-12-19 | fix the comments section so that the include isn't misleading. if you | Micah Anderson | |
use 'include sshd::debian', then none of the variables are set, and you will fail to parse the templates | |||
2009-12-18 | remove fqdn from nagios service description (hostname is used in the ↵ | Jerome Charaoui | |
internal nagios_service name) | |||
2009-12-18 | make key removal a bit easier | mh | |
2009-12-18 | enable that ssh auth-keys can be removed | mh | |
2009-12-11 | false != 'false' | mh | |
2009-12-11 | set protocol 2 for centos, required. | mh | |
2009-12-10 | require class instead of requiring packages | mh | |
2009-12-10 | re-add shorewall in rule :/ | mh | |
2009-12-10 | undef or '' as default | mh | |
2009-12-10 | merged with riseup module, various cleaning up | mh | |
2009-12-07 | move plugin directory to fit new 0.25 style | mh | |
2009-12-07 | switch to new lsb way | mh | |
2009-12-07 | better set the variables in the init | mh | |
2009-12-07 | upstream capability, fix new lines | mh | |
- added new upstream options - don't put new lines for control statements | |||
2009-12-07 | factor everything into its own file | mh | |