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 [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.