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
Error: /Stage[main]/Tomcat7_rhel/Package[tomcat7]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install tomcat7' returned 1: Error: Nothing to do
Looks like the repo wasn't ready to go yet. Therefore, the 'else' branch of init.pp needs the following code added:
require => Yumrepo['jpackage'],
Thanks,
William
The text was updated successfully, but these errors were encountered:
I receive the following:
Error: /Stage[main]/Tomcat7_rhel/Package[tomcat7]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install tomcat7' returned 1: Error: Nothing to do
Looks like the repo wasn't ready to go yet. Therefore, the 'else' branch of init.pp needs the following code added:
Thanks,
William
The text was updated successfully, but these errors were encountered: