Re: [Puppet Users] Puppet not upgrading to newer version of Ruby

2012-07-10 Thread Benjamin Lei
I've tried --prefix but it didn't update (and at that point, it was overwriting it). The original Ruby install was is /usr/bin. On Tue, Jul 10, 2012 at 2:49 AM, Felix Frank < felix.fr...@alumni.tu-berlin.de> wrote: > On 07/07/2012 03:32 AM, Benjamin Lei wrote: > > > > Huh that's weird :/ How do I

Re: [Puppet Users] Puppet not upgrading to newer version of Ruby

2012-07-10 Thread Felix Frank
On 07/07/2012 03:32 AM, Benjamin Lei wrote: > > Huh that's weird :/ How do I make it so that ruby installs under > /usr/bin then? > > Here's what I currently do: > > exec { "unload-ruby": > command => "wget > ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.gz >> > /tmp/r

Re: [Puppet Users] Puppet not upgrading to newer version of Ruby

2012-07-06 Thread Benjamin Lei
By me: /usr/local/bin/ruby /usr/bin/puppet By puppet: /usr/bin/ruby /usr/bin/puppet Huh that's weird :/ How do I make it so that ruby installs under /usr/bin then? Here's what I currently do: > exec { "unload-ruby": > command => "wget > ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.g

Re: [Puppet Users] Puppet not upgrading to newer version of Ruby

2012-07-06 Thread Peter Bukowinski
On Jul 6, 2012, at 11:01 AM, Benjamin Lei wrote: > I have upgraded my default Ruby (1.8.6) to a newer one (1.8.7). But whenever > I run Puppet, it seems to somehow constantly run under Ruby 1.8.6. How do I > fix this? What is the output of 'which ruby' and 'which puppet'? -- Peter Bukowinski

[Puppet Users] Puppet not upgrading to newer version of Ruby

2012-07-06 Thread Benjamin Lei
I have upgraded my default Ruby (1.8.6) to a newer one (1.8.7). But whenever I run Puppet, it seems to somehow constantly run under Ruby 1.8.6. How do I fix this? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the w