search for: tomcat_connectors_pkg

Displaying 1 result from an estimated 1 matches for "tomcat_connectors_pkg".

2007 Dec 21
1
RPM-installed packages trying to install every run, causing service to fail
...h manually installing RPMs. Basically I''m pulling them down to /tmp and installing them using provider => rpm, then making the service check that the package is installed before it''ll start. Here are the relevant sections of the pp file: class tomcat inherits httpd { $tomcat_connectors_pkg = $architecture ? { i386 => "tomcat-connectors-1.2.25-1.i386.rpm", x86_64 => "tomcat-connectors-1.2.25-1.x86_64.rpm" } $tomcat_native_pkg = $architecture ? { i386 => "tomcat-native-1.1.10-1.i386.rpm", x86_64 => "tomcat...