Displaying 1 result from an estimated 1 matches for "1_5_0_15".
Did you mean:
1_5_0_11
2008 Mar 24
4
puppet hanging with memory leak and high cpu
...us-vm02-s06 puppetd[5835]: Starting Puppet client
version 0.24.2
Mar 24 17:44:45 aus-vm02-s06 puppetd[5835]: Starting catalog run
and it never finishes....
here is the class:
class jdk {
file { "/usr/local/src": ensure => directory }
file { "/usr/local/src/jdk-1_5_0_15-linux-amd64.rpm":
source => "puppet:///files/jdk-1_5_0_15-linux-
amd64.rpm"
}
package { "jdk":
ensure => installed,
provider => rpm,
source => &q...