example :
class puppet {
case "$lsbdistid $lsbdistrelease" {
  "RedHatEnterpriseES 4": {
    package { puppet:
      provider => yum,
      ensure => latest;
...



On Wed, Oct 29, 2008 at 4:04 PM, Tiago Cruz <[EMAIL PROTECTED]>wrote:

> Hey Aj,
>
> Thanks... but where I need put this? On Server? On Client?
>
> Could you give me a an example? :-)
>
> Many thanks!
>
>
> On Tue, Oct 28, 2008 at 9:41 PM, Aj <[EMAIL PROTECTED]> wrote:
>
>>
>> If I understand ya, you probably want:
>>
>> Package { provider => 'yum' }
>>
>> To set the defaults for all packages.
>>
>> On 29/10/2008, at 8:37 AM, "Tiago Cruz" <[EMAIL PROTECTED]>
>> wrote:
>>
>> > Hello guys,
>> >
>> > I would like to configure my puppet to use "yum" instead
>> > "up2date" (default RHEL4).
>> >
>> > How can I do this? :)
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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