You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(specific code should not matter as long as class "corosync" is instantiated)
What are you seeing
The error message:
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold -t jessie-backports install crmsh' returned 100: Reading package lists...
E: The value 'jessie-backports' is invalid for APT::Default-Release as such a release is not available in the sources
Error: /Stage[main]/Corosync/Package[crmsh]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold -t jessie-backports install crmsh' returned 100: Reading package lists...
E: The value 'jessie-backports' is invalid for APT::Default-Release as such a release is not available in the sources
What behaviour did you expect instead
It runs without errors.
Output log
See above
Any additional information you'd like to impart
In manifests/params.pp the package crmsh is forced to be installed from repository "jessie-backports". Neither is "jessie-backports" available on Debian Stretch, nor is it neccessary. Debian Stretch has packages for Pacemaker/Corosync/crmsh available directly from its main repository.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
On Debian 9 Stretch uninstall package "crmsh", then run this code:
(specific code should not matter as long as class "corosync" is instantiated)
What are you seeing
The error message:
What behaviour did you expect instead
It runs without errors.
Output log
See above
Any additional information you'd like to impart
In manifests/params.pp the package crmsh is forced to be installed from repository "jessie-backports". Neither is "jessie-backports" available on Debian Stretch, nor is it neccessary. Debian Stretch has packages for Pacemaker/Corosync/crmsh available directly from its main repository.
The text was updated successfully, but these errors were encountered: