Re: [Puppet Users] Puppetd Cron Not Running

2010-08-23 Thread Brandon Evans
On 8/23/10 9:15 AM, Franck wrote: So I've decided to use crontab for all my puppet clients rather than the daemon. I've set-up a puppetmaster with seven puppet clients. I'm using the following pattern: class cron { $minute = generate('/usr/bin/env', 'sh', '-c', 'printf $((RANDOM %60+0)

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-04 Thread Brandon Evans
Larry Ludwig wrote: > Hi I'm getting this error with a 0.25.1 puppetmaster and 0.25.1 node. > I'm using passenger and do not have an auth.conf file.. Any ideas? I'm pretty sure the auth.conf is required in puppet 0.25.x. Try adding the default one to your puppet conf directory on the puppetmast

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 0.25.1 released!

2009-11-02 Thread Brandon Evans
Todd Zullinger wrote: > James Turnbull wrote: >> Puppet 0.25.1 - code name "zoot" - is now available. The 0.25.1 >> release is a maintenance release in the 0.25.x branch. > > For the moment, I've got packages for Fedora and RHEL/CentOS at > > http://tmz.fedorapeople.org/repo/puppet/ > >

[Puppet Users] Re: --enablerepo=epel*

2009-05-21 Thread Brandon Evans
> I requested this feature but it was rejected. > > http://projects.reductivelabs.com/issues/2247 > > Ben I ran into the same issue. There is another similar feature request that would solve this issue. http://projects.reductivelabs.com/issues/915 -brandon --~--~-~--~~-

[Puppet Users] Re: Puppet and yum repositories

2009-05-01 Thread Brandon Evans
your Fedora boxes to find out. Hopefully this helps you out. Left me know if you have any more questions or hop into #puppet in freenode. There is usually someone there who will answer any questions you have. -Brandon Evans > Help most welcome! Tim > > On Apr 30, 10:19 pm, Brand

[Puppet Users] Re: Assign variable with content of a file?

2009-05-01 Thread Brandon Evans
no-can-do. What exactly are you trying to get done? -brandon John Florian wrote: > Anyone know of how I can do in puppet the equivalent of this from the > land of shell scripting? > > foo=$(cat /tmp/bar) > > or if you prefer > > foo=`cat /tmp/bar` > > > --~--~-~--~~--

[Puppet Users] Re: Cant get puppet to remove rpm's with circular dependencies

2009-05-01 Thread Brandon Evans
I'm not sure broken is the right word. The Package type needs a way to supply options to the underlying provider. I ran into a similar issue with yum when I needed to install an RPM from a particular repo (yum --disablerepo=* --enablerepo=rpmforge) Or install a package from a repo that is dis

[Puppet Users] Re: Puppet and yum repositories

2009-04-30 Thread Brandon Evans
I prefer copying the repos over using a template. This way all my CentOS boxes have the same repos. If I were to add any Fedora boxes to the mix I'd add the repos to the Fedora {} block. case $operatingsystem { CentOS : { file { "epel" : path => "/etc/yum.repo

[Puppet Users] Re: How To: Puppet Setup on Redhat 8 using the puppet gem.

2009-04-16 Thread Brandon Evans
tterkort wrote: > On Tue, 2009-04-14 at 17:29 -0700, Brandon Evans wrote: >> I got puppet installed and running on Redhat 8 today. > > Is that really Red Hat Linux 8, released 2002-09-30, or Fedora Core 8 ? > If the former I am extremely impressed that you got anyt

[Puppet Users] Re: How To: Puppet Setup on Redhat 8 using the puppet gem.

2009-04-15 Thread Brandon Evans
> Hey Brandon, > > Good work, one question though. I see that you are make && make > install 'ing at a lot of places. Wouldn't it be better if you just > download the latest source rpm and modify the spec file instead? > > Just a though. > Perhaps. I kept running into issues with either rub

[Puppet Users] Re: How To: Puppet Setup on Redhat 8 using the puppet gem.

2009-04-15 Thread Brandon Evans
Will do. I'll clean it up a little and add try to add it today. -Brandon Peter Meier wrote: > Hi > >> I got puppet installed and running on Redhat 8 today. I'm passing on my >> notes to the list to help out others that may want or need puppet >> running on older Redhat servers. >> >> This i

[Puppet Users] How To: Puppet Setup on Redhat 8 using the puppet gem.

2009-04-14 Thread Brandon Evans
ted in /opt/puppet/lib/ruby/gems/1.8/bin. I ended up creating a puppet module that links the different binaries from the gems directory to /usr/bin & /usr/sbin then adds an init script to /etc/init.d * When you run puppetd for the first time it

[Puppet Users] Re: looking for puppet on redhat el 3

2009-03-31 Thread Brandon Evans
have you tried installing using the ruby gem method? http://reductivelabs.com/trac/puppet/wiki/InstallationGuide#Alternative:UsingRubyGems I got fairly far using this method with Redhat 8 before having to put my Redhat 8 + puppet project on hold. -Brandon Vincent wrote: > Hello, > I am tryin