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

Also available in: Atom PDF