camptocamp / puppet-tomcat

Tomcat puppet module
Apache License 2.0
88 stars 115 forks source link

CENTOS 7: jakarta-commons-logging: No matching Package to list #120

Open kajhoej opened 9 years ago

kajhoej commented 9 years ago

CENTOS 7

When trying to install version 0.8.0 it come with an error about a missing package that it cannot find in the repository.

Error: /Stage[main]/Tomcat::Logging/Package[jakarta-commons-logging]/ensure: change from absent to present failed: Execution of '/bin/yum -d 0 -e 0 -y list jakarta-commons-logging' returned 1: Error: No matching Packages to list

If I search for the package it cannot be found, but it might have been renamed to:

apache-commons-logging.noarch : Apache Commons Logging

But I'm not sure.

mcanevet commented 9 years ago

@kajhoej could you please test with latest version? I think this is fixed.