Hi I am trying to upgrade gtk from gtk2.18.3-19 to gtk2.18.9-3.
I have downloaded the package that I want in a shared drive.
class talos_fedora {
Package{ provider => rpm, ensure => installed }
package {
"gtk":
source => "${httproot}/talos/linux/RPMS/${hardwaremodel}/
gtk2-2.18.9-3.fc12.${hardwaremodel}.rpm";
}
}
It doesn't allow me to install because there is an existent version.
This is what puppet tries:
/bin/rpm -i --oldpackage
http://staging-puppet.build.mozilla.org//talos/linux/RPMS/i686/gtk2-2.18.9-3.fc12.i686.rpm
but it conflicts with the installed version.
I want to use something like "rpm -U". How do I do that?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.