Project

General

Profile

Actions

Bug #3104

closed

SSH installation on SuSE machines is broken

Added by Matthieu CERDA over 11 years ago. Updated about 11 years ago.

Status:
Released
Priority:
1
Assignee:
Matthieu CERDA
Category:
System techniques
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

The SSH installation on SuSE machines is broken because of our cfengine_stdlib that contains an old and broken generic package installation method.

We should update this part in our version, on the SuSE part:

From: package_list_command => "/usr/bin/zypper packages";
To: package_list_command => "/bin/rpm -qa --queryformat \"i | repos | %{name} | %{version}-%{release} | %{arch}\n\"";

Pull request available here: https://github.com/Normation/rudder-techniques/pull/16

Actions

Also available in: Atom PDF