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)
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
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/
>
>
> 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
--~--~-~--~~-
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
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`
>
> >
--~--~-~--~~--
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
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
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
> 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
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
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
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
13 matches
Mail list logo