Thanks very much for such a thorough and helpful response. I appreciate
it.
--
Biltong
bilt...@fastmail.fm
On Thu, May 17, 2012, at 06:44 AM, jcbollinger wrote:
>
>
> On May 17, 4:19 am, Biltong wrote:
> > Many thanks for your reply, unfortunately I'm quickly getting into a
> > mess:
> >[
On May 17, 4:19 am, Biltong wrote:
> Many thanks for your reply, unfortunately I'm quickly getting into a
> mess:
>[...]
> On Wed, May 16, 2012, at 07:58 AM, jcbollinger wrote:
>
> > On May 15, 9:32 am, Biltong wrote:
> > > I have a class that pulls in some yum repositories. One of the yum
> >
Many thanks for your reply, unfortunately I'm quickly getting into a
mess:
On Wed, May 16, 2012, at 07:58 AM, jcbollinger wrote:
>
>
> On May 15, 9:32 am, Biltong wrote:
> > I have a class that pulls in some yum repositories. One of the yum
> > repositories is disabled, but on one host I'd lik
On May 15, 9:32 am, Biltong wrote:
> I have a class that pulls in some yum repositories. One of the yum
> repositories is disabled, but on one host I'd like to enable it.
>
> i.e. I'd like to do something like this:
>
> class { 'myyumrepos': }
> yumrepo { 'EPEL': enabled => 1, }
>
> What's the b