Actions
Bug #4254
closedopenssh knwoledge does not work on SuSE
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Actual value in openssh knowledge does not work on SLES.
there is no section to define specific values for SuSE
"ssh_package_name" should be "openssh"
"ssh_etc_initd" should be "sshd"
bundle agent openssh_knowledge { vars: "ssh_package_name" string => "openssh-server"; "default[Port]" string => "22"; "default[Protocol]" string => "2"; "default[PermitRootLogin]" string => "yes"; "default[PubkeyAuthentication]" string => "yes"; "ssh_config_file_location" string => "/etc/ssh/sshd_config"; "ssh_template_file" string => "40_it_ops_knowledge/ncf/openssh-server/sshd_config.tml"; redhat:: "ssh_etc_initd" string => "sshd"; !redhat:: "ssh_etc_initd" string => "ssh"; any:: "ssh_service_path" string => "/usr/sbin/sshd"; }
Updated by Matthieu CERDA almost 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/ncf/pull/18
PR available
Updated by Matthieu CERDA almost 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:ff51075ec145c25c3077dd0ef232bd3718572ff8.
Updated by Jonathan CLARKE almost 11 years ago
Applied in changeset commit:6d478fc875bc69d14238d044cff9e6b26a480fd1.
Updated by Vincent MEMBRÉ almost 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.9.0~rc1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-December/000065.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog29
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Target version changed from 2.9.0~rc1 to 0.x
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
- Priority set to 0
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category set to Generic methods
Actions