Re: [Puppet Users] Managing RPM Repositories

2010-06-04 Thread Todd Zullinger
Matt Wallace wrote: > I've updated my manifests to reflect the above, however now when I run > Yum manually on the servers I get the following output: > > Repository 'epel' is missing name in configuration, using id > > > It doesn't make a difference to the install, I'm just wondering if I'm > miss

Re: [Puppet Users] Managing RPM Repositories

2010-06-03 Thread Matt Wallace
On Thu, 2010-06-03 at 18:22 +1000, Daniel Pittman wrote: > ...but from experience I wouldn't recommend doing this. You are almost > certainly going to be better off having the same set of repositories on every > server, and using some other mechanism to control which packages or updates > are app

Re: [Puppet Users] Managing RPM Repositories

2010-06-03 Thread Daniel Pittman
Matt Wallace writes: > On Wed, 2010-06-02 at 15:16 -0700, Patrick wrote: > >> Sorry, but you might have lost me. Are you saying that you're having >> problems because when you define the repository in two places it throws an >> error? > > Not quite! :) > > I want to define all my repos in one mod

Re: [Puppet Users] Managing RPM Repositories

2010-06-03 Thread Matt Wallace
On Wed, 2010-06-02 at 15:16 -0700, Patrick wrote: > Sorry, but you might have lost me. Are you saying that you're having > problems because when you define the repository in two places it throws an > error? > Not quite! :) I want to define all my repos in one module and then include the repos

Re: [Puppet Users] Managing RPM Repositories

2010-06-02 Thread Patrick
On Jun 2, 2010, at 1:08 PM, Matthew Macdonald-Wallace wrote: > On Wed, 2010-06-02 at 10:45 -0700, Patrick wrote: >> >> On Jun 2, 2010, at 10:42 AM, Patrick wrote: >> >>> >>> On Jun 2, 2010, at 7:11 AM, Matt Wallace wrote: >>> Hi all, I'm trying to write a module to manage yum

Re: [Puppet Users] Managing RPM Repositories

2010-06-02 Thread Matthew Macdonald-Wallace
On Wed, 2010-06-02 at 10:45 -0700, Patrick wrote: > > On Jun 2, 2010, at 10:42 AM, Patrick wrote: > > > > > On Jun 2, 2010, at 7:11 AM, Matt Wallace wrote: > > > > > Hi all, > > > > > > I'm trying to write a module to manage yum repositories but before > > > I > > > re-invent the wheel I was w

Re: [Puppet Users] Managing RPM Repositories

2010-06-02 Thread Patrick
On Jun 2, 2010, at 10:42 AM, Patrick wrote: > > On Jun 2, 2010, at 7:11 AM, Matt Wallace wrote: > >> Hi all, >> >> I'm trying to write a module to manage yum repositories but before I >> re-invent the wheel I was wondering if anyone out there had existing >> code I could adapt! > > I think th

Re: [Puppet Users] Managing RPM Repositories

2010-06-02 Thread Patrick
On Jun 2, 2010, at 7:11 AM, Matt Wallace wrote: > Hi all, > > I'm trying to write a module to manage yum repositories but before I > re-invent the wheel I was wondering if anyone out there had existing > code I could adapt! I think there was a resource type built into puppet called yumrepos on