Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- added new upstream options
- don't put new lines for control statements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d4fba70a51eeb253b0155f378ce7735df9479cd4.
|
|
|
|
and instead allow for a version change through an if variable. thanks ng!
|
|
|
|
if we are to have the possibility of potentially overriding the version number it must be done in the base class
|
|
$sshd_port parameter, which simply puts a comment in front of that
option, rather than specifying it.
|
|
installed by providing the variable $sshd_ensure_version, which defaults to the previous value of present when not specified
|
|
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
|
|
no longer necessary to provide it
|
|
|
|
configuration line to get the sshd_config file defaults to be more
like the standard shipped defaults from Debian
|
|
Conflicts:
manifests/init.pp
Conflict due to indentation formatting differences
|
|
also export the key based on ip address, removing all warnings
|
|
http://projects.reductivelabs.com/issues/show/1799#note-1
|
|
note that this removes the user => root default
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2672 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
/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
|
|
or lenny
|
|
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
|
|
$debian_version is detected,
etch does not have a ssh restart option in the initscript, but lenny does
|
|
is different from the vim
mode, then there is a difference between these two editor's formatting that needs to be resolved
|
|
|
|
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
|
|
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2527 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2317 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2272 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2267 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2266 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
package
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2265 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2264 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2263 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
|
|
|
|
|
|
the right syntax
also set the default to be 0.0.0.0 and :: which is the normal default for all IPv4 and all IPv6 addresses
|
|
also add a missing comma in the content selector
|
|
1. remove the _normal suffix, as it is not used
2. add a selector to look for the variable $lsbdistcodename being set and use that in selecting a template
this is useful to create a Debian_Etch.erb and a Debian_Lenny.erb which can have different values. For example
the Debian Etch version of openssh does not have the AllowAgentForwarding option, and if it is included, ssh will
fail to start
|