Anyone attempt to install puppetdb on CentOS7? Via module or packages?
I've tried the pc1 collections for el7 and el6, and even puppetlabs-release-el7 - with no success. It won't install the package. I get the following error with these collections:
# puppet resource package puppetdb ensure=latest
Error: Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y install puppetdb' returned 1: Error: Nothing to do
Error: /Package[puppetdb]/ensure: change from purged to latest failed: Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y install puppetdb' returned 1: Error: Nothing to do
package { 'puppetdb':
ensure => 'purged',
}
Tried to install from source...
No install.sh script was created in the tarball.
↧