Hi,

It's easy enough to modify, say, the "exclude" variable in /etc/yum.conf
with something like:

    augeas { yum_exclude_kernel:
        context => '/files/etc/yum.conf/main',
        changes => 'set exclude kernel*'
    }

However, I'd like a more flexible system where I can "build" the list of
excludes from various classes. Has anyone come up with a good solution to
this type of problem?

Thanks in advance.

Gonzalo

-- 
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 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to