[Puppet Users] Re: Schedule puppet runs

2009-06-16 Thread drmikecrowe
I created this little batch file I put in cron.hourly (You can adapt to put in crontab to run on the hours you want it to): ## #!/bin/bash SERVER="--server URL.PUPPETMASTER.COM" FIRST=`echo $RANDOM%1800 | bc` sleep $FIRST /usr/sbin/puppetd -

[Puppet Users] Re: POLL: Migrating web changes across load-balanced servers

2009-06-15 Thread drmikecrowe
tup > between live and DR locations, with each master then having slaves to > balance the load > > Cheers > > Tim > > > > -Original Message- > From: drmikecrowe > > Reply-to: puppet-users@googlegroups.com > To: Puppet Users > Subject: [Puppet Users

[Puppet Users] POLL: Migrating web changes across load-balanced servers

2009-06-14 Thread drmikecrowe
Hi folks, I'm polling the group to see what some basic techniques are that people use to migrate web sites to load-balanced servers. In the past, IRC folks have mentioned rsysnc as the way. I'm specifically curious if people are: 1) Letting puppet MD5 a website via a file{} tag? Could that be