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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet:
Ruby:
Distribution:
Module version:
How to reproduce (e.g Puppet code you use)
take any distribution with configured own repository management or subscription (like via Katello or RHEL satellite).
Set used database for director to postgresql (should be default) and assure required postgresql repos are presented by subscription.
What are you seeing
There are errors showing up while trying mysql and sqlite3 packages.
What behaviour did you expect instead
only include postgresql packages (default) unless other db_driver is configured for module
Output log
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install bareos-database-mysql' returned 1: Error: Nothing to do
Loaded plugins: product-id, subscription-manager
Error: /Stage[main]/Bareos::Director/Package[bareos-database-mysql]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install bareos-database-mysql' returned 1: Error: Nothing to do
Loaded plugins: product-id, subscription-manager
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install bareos-database-sqlite3' returned 1: Error: Nothing to do
Loaded plugins: product-id, subscription-manager
Error: /Stage[main]/Bareos::Director/Package[bareos-database-sqlite3]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install bareos-database-sqlite3' returned 1: Error: Nothing to do
Loaded plugins: product-id, subscription-manager
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
take any distribution with configured own repository management or subscription (like via Katello or RHEL satellite).
Set used database for director to postgresql (should be default) and assure required postgresql repos are presented by subscription.
What are you seeing
There are errors showing up while trying mysql and sqlite3 packages.
What behaviour did you expect instead
only include postgresql packages (default) unless other db_driver is configured for module
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: