Displaying 1 result from an estimated 1 matches for "installrpm".
Did you mean:
install_rpm
2008 Apr 11
7
problem with package function and removing rpms
...package { "yum-em-mysql5":
ensure => installed,
provider => "rpm",
source => "http://$yumrepo/yum/4/base/noarch/RPMS/yum-
em-mysql5-1.0.0-1.em.noarch.rpm",
}
# install mysql rpms
$installrpms = ["MySQL-server","MySQL-devel","MySQL-
shared","MySQL-client"]
package { $installrpms:
ensure => installed,
}
# make sure mysql is setup to run
service { mysql:
name => "sshd",...