Hi
> class foo::bar:quiz {
> package {
> "fancy-package":
> ensure => installed,
> source => "http://yum/yum/repo/5/i386/
> verycoolrpm..noarch.rpm"
> }
package {
"fancy-package":
ensure => installed,
source => "http://yum/yum/repo/5/i386/
verycoolrpm..noarch.rpm",
provider => rpm,
}
http://reductivelabs.com/trac/puppet/wiki/TypeReference#package
If you don't set the provider explicitly puppet tries to choose the best
one for you.
> The node in question does not support yum at all. (It 's a customized
> appliance type linux)
A patch with a few line of changes could make puppet aware of your
customized appliance and choose the right provider automatically.
cheers pete
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---