Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-12-07 | disable gssapi | mh | |
2009-12-07 | do not quote default! | mh | |
2009-12-07 | try if setting a target fixes the problem | mh | |
2009-12-07 | changed target behaviour | mh | |
2009-12-07 | adjusted to new usage of booleans | mh | |
2009-12-07 | adjusted to new usage of booleans | mh | |
2009-10-01 | Revert "fix missing curly brace" -- this was actually correct | Micah Anderson | |
This reverts commit d4fba70a51eeb253b0155f378ce7735df9479cd4. | |||
2009-09-29 | fix missing curly brace | Micah Anderson | |
2009-07-09 | fix previous change which took the client/server packages out of the linux class | Micah Anderson | |
and instead allow for a version change through an if variable. thanks ng! | |||
2009-07-07 | same problem with the openssh-clients in the sshd::client::linux class | Micah Anderson | |
2009-07-07 | the sshd::linux class cannot also define the openssh package | Micah Anderson | |
if we are to have the possibility of potentially overriding the version number it must be done in the base class | |||
2009-07-07 | Template out the possibility of specifying the key word 'off' to the | Micah Anderson | |
$sshd_port parameter, which simply puts a comment in front of that option, rather than specifying it. | |||
2009-07-07 | make it possible to override what version of openssh-server and client are ↵ | Micah Anderson | |
installed by providing the variable $sshd_ensure_version, which defaults to the previous value of present when not specified | |||
2009-07-07 | replace the sshd_additional_options variable with two, one called | Micah Anderson | |
sshd_head_additional_options and one called sshd_tail_additional_options. the first puts the value at the beginning of the file, and the second at the end. This is necessary due to some option ordering requiring things to be before others | |||
2009-07-02 | removed the facter/sshkeys.rb, this is handled by facter now days, so it is ↵ | Micah Anderson | |
no longer necessary to provide it | |||
2008-12-07 | Merge commit 'anarcat/master' | Micah Anderson | |
2008-12-07 | Fix location of default sftp-server on Debian, and uncomment the sftp | Micah Anderson | |
configuration line to get the sshd_config file defaults to be more like the standard shipped defaults from Debian | |||
2008-12-07 | Merge commit 'ng/master' | Micah Anderson | |
Conflicts: manifests/init.pp Conflict due to indentation formatting differences | |||
2008-12-06 | emit a warning instead of info when the ssh server doesn't have an sshrsa key | Antoine Beaupre | |
also export the key based on ip address, removing all warnings | |||
2008-12-06 | use the proper fact to export ssh keys. See ↵ | Antoine Beaupre | |
http://projects.reductivelabs.com/issues/show/1799#note-1 | |||
2008-12-02 | make saner defaults for authorized_keys | Antoine Beaupre | |
note that this removes the user => root default | |||
2008-11-07 | unified naming | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-11-07 | check ssh with nagios | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2672 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-10-27 | In debian, the daemon is run as 'sshd', but the initscript is | Micah Anderson | |
/etc/init.d/ssh, which means that name needs to be set to 'ssh', and pattern needs to be set to 'sshd', and then we set the hassstatus and hasrestart depending on the lsbdistcodename | |||
2008-10-27 | lsbdistcodename is the proper variable to check for if the system is debian ↵ | Micah Anderson | |
or lenny | |||
2008-10-27 | Debian's sshd config typically has PrintMotd no set because its already ↵ | Micah Anderson | |
printed via PAM. Without it set, it is defaulted to 'yes', which results in the MOTD being printed twice, so we return the Debian default configuration in this commit | |||
2008-10-26 | change the debian 'hasrestart' option to a selector based on which ↵ | Micah Anderson | |
$debian_version is detected, etch does not have a ssh restart option in the initscript, but lenny does | |||
2008-10-23 | update formatting to be consistent with upstream puppet emacs mode, if this ↵ | Micah Anderson | |
is different from the vim mode, then there is a difference between these two editor's formatting that needs to be resolved | |||
2008-10-23 | Merge branch 'master' of gitosis@labs.riseup.net:module_sshd | Micah Anderson | |
2008-10-23 | debian has both status and restart options, in fact restart is | Micah Anderson | |
preferable because a stop/start operation can leave sshd broken because the stop wont stop before the start is run. On the next puppet run ssh will be brought back up, but its a hair-raising few minutes while you wonder what happened | |||
2008-10-21 | Merge commit 'immerda/master' | Pietro Ferrari | |
2008-10-20 | new options, cleaned up real_ hack | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2527 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-10-02 | remove deprecated define | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2317 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-30 | Merge commit 'ng/master' | Micah Anderson | |
2008-09-30 | fix correct inheritance | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2272 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-29 | remove dependency completly | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2267 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-29 | moved package depency to the linux class, openbsd doesn't have this package | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2266 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 |