Howdy,
Sorry if this a dupe, I am new to the puppet list.
I am trying to override the provider for a package and simply use wget
in all cases to retrieve an rpm.
I have tried this:
class foo::bar:quiz {
package {
"fancy-package":
ensure => installed,
source => "http://yum/yum/repo/5/i386/
verycoolrpm..noarch.rpm"
}
However the node is still attempting to use apt-get (which fails)
The node in question does not support yum at all. (It 's a customized
appliance type linux)
Any ideas how I can force the provider to wget in all cases? Note that
this does work on some hosts and not on others.
Thanks in advance puppet guru's :)
-Matt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---