hi,
im trying to update the zend server package the following way:
package { "zend-server-php-5.4-6.1.0:
ensure => present,
require => [Yumrepo["ZendRepo"],Yumrepo["Zend_noarch"]],
notify => File["/etc/ld.so.conf.d/zend_server.conf"]
}
when i install a node from scratch, the latest version (including the latest depencencies) gets installed.
when i apply this to an existing node (with an older version of zend server) ONLY the package ""zend-server-php-" gets updated. updates for the packages "mod-php-5.4-apache2-zend-server-*" and " php*-5.4.16" (the dependencies) are ignored.
whats the best way to solve this?
i was thinking about an "yum update php*" exec?