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?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to