Hi

On Oct 28, 7:37 pm, "Tiago Cruz" <[EMAIL PROTECTED]> wrote:
> I would like to configure my puppet to use "yum" instead "up2date" (default
> RHEL4).
>
> How can I do this? :)

Untested, but try this in your site.pp or other top-level manifest:

Package {
  provider => "yum"
}

Note the capital P.

Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to