search for: centos4_extra_packag

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

Did you mean: centos4_extra_packages
2007 Jul 09
3
how to make a package depend on 2 or more other packages
Hi, when using puppet to install extra rpm packages on centos: how can I make a package depend on 2 or more other packages. e.g. this works: class centos4_extra_packages { package { "test1" : ensure => installed, require => package["prereq"] } } but I can''t figure out how to make test1 require prereq1 and prere2. Any suggestions? Nico -- With kind regards,...