Project

General

Profile

Actions

Bug #4254

closed

openssh knwoledge does not work on SuSE

Added by Vincent MEMBRÉ over 10 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
2
Category:
Generic methods
Target version:
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";
}

Actions #1

Updated by Matthieu CERDA over 10 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

Actions #2

Updated by Matthieu CERDA over 10 years ago

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:ff51075ec145c25c3077dd0ef232bd3718572ff8.

Actions #3

Updated by Jonathan CLARKE over 10 years ago

Applied in changeset commit:6d478fc875bc69d14238d044cff9e6b26a480fd1.

Actions #4

Updated by Vincent MEMBRÉ over 10 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:

Actions #5

Updated by Benoît PECCATTE about 9 years ago

  • Target version changed from 2.9.0~rc1 to 0.x
Actions #6

Updated by Alexis Mousset almost 2 years ago

  • Target version changed from 0.x to ncf-0.x
  • Priority set to 0
Actions #7

Updated by Alexis Mousset almost 2 years ago

  • Project changed from 41 to Rudder
  • Category set to Generic methods
Actions

Also available in: Atom PDF