Re: [Puppet Users] Re: enabling a yum repository

2012-06-01 Thread Biltong
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: > >[

[Puppet Users] Re: enabling a yum repository

2012-05-17 Thread jcbollinger
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 > >

Re: [Puppet Users] Re: enabling a yum repository

2012-05-17 Thread Biltong
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

[Puppet Users] Re: enabling a yum repository

2012-05-16 Thread jcbollinger
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