[Puppet Users] Re: Puppet 3.2.4 will not recognize that ruby 2.x is installed

2013-08-31 Thread rjl
I found my own answer. I didn't realize that I either have to install ruby via an rpm or use --no-deps to install. On Saturday, August 31, 2013 1:57:43 PM UTC-6, rjl wrote: > > I am trying to install puppet puppet-server 3.2.4-1. I have installed ruby > 2.0.0p247 from source. This is on Centos5.

[Puppet Users] Puppet 3.2.4 will not recognize that ruby 2.x is installed

2013-08-31 Thread rjl
I am trying to install puppet puppet-server 3.2.4-1. I have installed ruby 2.0.0p247 from source. This is on Centos5.9. I am installing from my own yum repository. All of my dependencies are resolved except for ruby. --> Finished Dependency Resolution puppet-3.2.4-1.el5.noarch from lvlt-tools-fa

[Puppet Users] Re: How to handle apt-get -f install -y with Puppet

2013-08-31 Thread Bryce Catlin
I ran into this too, and I think this is working for me: exec { 'apt-get-fix': command => "/usr/bin/apt-get -f -y install", unless => "/usr/bin/apt-get check", } I'm still testing, but it's looking good right now. Bryce On Friday, August 23, 2013 10:37:41 PM UTC-7, Andy Coates wrot