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
I attempted to replace our puppet 8 environment with openvox8 but ran into an issue with puppetdb. After replacing the packages and running puppet it complains about missing puppet-agent and puppetdb packages.
I was hoping to do an in-place migration from puppet to openvox but it sounds like it only works if puppetdb wasn't part of it. Also, I was unable to find a way to configure openvdb. Do you have documentation on how to move away from puppetlabs-puppetdb to openvoxdb?
Notice: /Stage[main]/Puppetdb::Database::Postgresql/Postgresql_psql[grant puppetdb-read role to puppetdb]/command: command changed 'notrun' to 'GRANT "puppetdb-read" TO "puppetdb"'
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install puppetdb' returned 1: Error: Transaction test error:
file /opt/puppetlabs/puppet/VERSION from install of puppet-agent-8.10.0-1.el9.x86_64 conflicts with file from package openvox-agent-8.11.0-1.el9.x86_64
Expected Behavior
I was hoping there will be a puppet forge openvox8db module to assist with installation.
Is this a critical security issue?
Describe the Bug
I attempted to replace our puppet 8 environment with openvox8 but ran into an issue with puppetdb. After replacing the packages and running puppet it complains about missing puppet-agent and puppetdb packages.
I was hoping to do an in-place migration from puppet to openvox but it sounds like it only works if puppetdb wasn't part of it. Also, I was unable to find a way to configure openvdb. Do you have documentation on how to move away from puppetlabs-puppetdb to openvoxdb?
Notice: /Stage[main]/Puppetdb::Database::Postgresql/Postgresql_psql[grant puppetdb-read role to puppetdb]/command: command changed 'notrun' to 'GRANT "puppetdb-read" TO "puppetdb"'
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install puppetdb' returned 1: Error: Transaction test error:
file /opt/puppetlabs/puppet/VERSION from install of puppet-agent-8.10.0-1.el9.x86_64 conflicts with file from package openvox-agent-8.11.0-1.el9.x86_64
Expected Behavior
I was hoping there will be a puppet forge openvox8db module to assist with installation.
Steps to Reproduce
yum remove puppetserver puppetdb -y
yum install puppetserver openvoxdb -y
using
mod 'puppetlabs/puppetdb', '8.1.0'
Environment
Almalinux 9.5
Puppetdb-8.8.1
openvoxdb-termini-8.9.0
Additional Context
No response
Relevant log output
The text was updated successfully, but these errors were encountered: