Issue #11995 has been updated by Dominic Cleal.

Category set to package
Status changed from Unreviewed to Duplicate
Affected Puppet version set to 2.6.12
Keywords set to yum redhat
Branch deleted (puppet-2.6.12-1)

The state problem is a big issue, particularly if the contents of the groups 
change in comps.xml.  We've already got #5175 open and accepted so I'm going to 
close this as a dupe and discussion can be continued there.

Thanks for the submission!
----------------------------------------
Bug #11995: Add group install to Package
https://projects.puppetlabs.com/issues/11995

Author: Charlie Wyse
Status: Duplicate
Priority: Normal
Assignee: 
Category: package
Target version: 
Affected Puppet version: 2.6.12
Keywords: yum redhat
Branch: 


This is my first ticket so if I do anything wrong let me know.  When trying to 
install a package group in Red Hat 6, I get a failure.  I don't think puppet 
understands package groups.  Could this be added to the package feature?

My manifest:
package { 'MRG Grid':
                ensure  => present,
        }

Error:
err: /Stage[main]/Mrg/Package[MRG Grid]/ensure: change from absent to present 
failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install MRG Grid' returned 1: 
Error: Nothing to do

If the package could have a command to encapsulate anything in the naming list 
like 'MRG Grid' and change install to groupinstall, this should do the trick.

Example:
'/usr/bin/yum -d 0 -e 0 -y groupinstall "MRG Grid"'

Anyhow, as I said this is my first ticket so let me know what I can do to help 
move this along without any helpful knowledge in ruby programming.


-- 
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://projects.puppetlabs.com/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