[Puppet Users] Good PupptMaster/Passenger Guide w OSX 10 .9

2014-08-26 Thread keith . staley
HI guys; after speaking with puppet labs and gettting the pricing for my site, I thought it maybe cheaper ot go open spurce. so I am asking for a good guide you guys have used the following: http://nullr0ute.com/2014/01/puppetmaster-on-apache-with-passenger-in-5-mins/ http://www.6tech.org/2013

[Puppet Users] Re: Good PupptMaster/Passenger Guide w OSX 10 .9

2014-08-28 Thread keith . staley
On Tuesday, August 26, 2014 7:23:45 PM UTC-4, keith@gmail.com wrote: > > HI guys; > > after speaking with puppet labs and gettting the pricing for my site, I > thought it maybe cheaper ot go open spurce. so I am asking for a good guide > you guys have used the following: > > > http://nullr

[Puppet Users] Re: Good PupptMaster/Passenger Guide w OSX 10 .9

2014-08-28 Thread keith . staley
On Tuesday, August 26, 2014 7:23:45 PM UTC-4, keith@gmail.com wrote: > > HI guys; > > after speaking with puppet labs and gettting the pricing for my site, I > thought it maybe cheaper ot go open spurce. so I am asking for a good guide > you guys have used the following: > > > http://nullr

[Puppet Users] Re: Good PupptMaster/Passenger Guide w OSX 10 .9

2014-09-01 Thread keith . staley
On Thursday, August 28, 2014 9:53:41 PM UTC-4, keith@gmail.com wrote: > > > > On Tuesday, August 26, 2014 7:23:45 PM UTC-4, keith@gmail.com wrote: >> >> HI guys; >> >> after speaking with puppet labs and gettting the pricing for my site, I >> thought it maybe cheaper ot go open spurce.

[Puppet Users] Re: Good PupptMaster/Passenger Guide w OSX 10 .9

2014-09-01 Thread keith . staley
On Tuesday, August 26, 2014 7:23:45 PM UTC-4, keith@gmail.com wrote: > > HI guys; > > after speaking with puppet labs and gettting the pricing for my site, I > thought it maybe cheaper ot go open spurce. so I am asking for a good guide > you guys have used the following: > > > http://nullr

Re: [Puppet Users] Re: Good PupptMaster/Passenger Guide w OSX 10 .9

2014-09-02 Thread keith . staley
::Thumbs up K On Tuesday, September 2, 2014 9:05:01 AM UTC-4, thbe wrote: > > Install C6, install EPEL and SCL repository, install Foreman repository > and foreman-installer. Execute foreman-installer and the system is ready to > run (http://theforeman.org/manuals/1.5/quickstart_guide.html

[Puppet Users] Re: Puppet generated cron job needs manual reload

2014-09-10 Thread keith . staley
Jermone; I am just starting out with puppet, but had a similar issue. i ended up following the hint here and it has worked flawlessly, perhaps it could help you or someone else. scroll to the 2nd half: http://ryanuber.com/04-29-2010/simple-puppet-cron-management.html On Wednesday, Septembe

[Puppet Users] Re: facter-1.7.3 and puppet-3.3.1 on OS X Mavericks 10.9

2014-11-06 Thread keith . staley
On Wednesday, October 30, 2013 12:50:59 PM UTC-4, Paul Tötterman wrote: > > Hi, > > Is anyone else getting this: > > $ facter > /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in > > `require': cannot load such file -- facter/appl

[Puppet Users] Re: puppet cron help

2015-02-03 Thread keith . staley
On Monday, February 2, 2015 at 5:55:58 PM UTC-5, bluethundr wrote: > > Hey all, > > I'm attempting to setup a cron job via the cron resource in puppet. > > This is what I'm trying to express via puppet: > > */30 * * * * /usr/bin/facter -y > /etc/mcollective/facts.yaml > > This is what I've tried