Bug #3104
Updated by Matthieu CERDA almost 12 years ago
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: <pre> From: package_list_command => "/usr/bin/zypper packages"; To: package_list_command => "/bin/rpm -qa --queryformat \"i | repos | %{name} | %{version}-%{release} | %{arch}\n\""; </pre> Pull request available here: https://github.com/Normation/rudder-techniques/pull/16