Issue #1720 has been updated by luke.

Subject changed from ensure gets confused with kernel packages to The package 
resource type doesn't notice installed packages when more than one is installed
Category set to package
Status changed from Needs more information to Accepted
Assigned to set to community
Target version set to unplanned

So this is more of a "more than one package is installed" problem, than being 
something specific to kernel packages.
----------------------------------------
Bug #1720: The package resource type doesn't notice installed packages when 
more than one is installed
http://projects.reductivelabs.com/issues/show/1720

Author: TrevorHemsley
Status: Accepted
Priority: Normal
Assigned to: community
Category: package
Target version: unplanned
Complexity: Unknown
Affected version: 0.24.6
Keywords: 


On Redhat systems using yum as the package provider, we have a class that says

class hpasm {
# This class is meant to keep dependancies for the correct build of the various 
hp/compaq components
        package {"kernel-smp-devel":
                ensure => "2.6.9-67.0.1.EL",
        }
}

and rpm -q kernel-smp-devel reports

kernel-smp-devel-2.6.9-55.0.9.EL
kernel-smp-devel-2.6.9-55.0.2.EL
kernel-smp-devel-2.6.9-67.0.1.EL
kernel-smp-devel-2.6.9-67.0.7.EL
kernel-smp-devel-2.6.9-67.0.20.EL
kernel-smp-devel-2.6.9-78.0.1.EL

as installed. However puppetd --test --noop says

notice: //Node[basicnode]/hpasm/Package[kernel-smp-devel]/ensure: is 
2.6.9-55.0.9.EL, should be 2.6.9-67.0.1.EL (noop)

I think this is probably a bug since puppet seems to stop looking after the 
first rpm it finds


----------------------------------------
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to