Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Tim Sharpe
Hi Peter, Could I get you to file a bug report an https://github.com/rodjek/puppet-lint/issues with all the relevant info? Cheers, Tim On Thursday, 12 July 2012 at 12:11 AM, Peter Berghold wrote: > Hi there, > > After seeing a tweet about puppet-lint I went ahead and installed puppet-li

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Denmat
Enterprise ruby? http://www.rubyenterpriseedition.com/download.html On 12/07/2012, at 1:25, Peter Berghold wrote: > Unfortunately in this case I'm stuck with whatever my VPS provider provides > as templates. Fortunately they seem to have added CentOS 6.2 since I created > this VPS (less than

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Peter Berghold
Unfortunately in this case I'm stuck with whatever my VPS provider provides as templates. Fortunately they seem to have added CentOS 6.2 since I created this VPS (less than a year ago) so an update might be in order. There are other factors I've run into with CentOS though that make me crazy. So

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Matthias Saou
On Wed, 11 Jul 2012 10:55:07 -0400 Peter Berghold wrote: > [peter@chits1 manifests]$ ruby -v > ruby 1.8.5 (2006-08-25) [x86_64-linux] > [peter@chits1 manifests]$ ruby -v > ruby 1.8.5 (2006-08-25) [x86_64-linux] > [peter@chits1 manifests]$ uname -a > Linux chits1.chi.sharkrivertech.com 2.6.18-308.

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Felix Frank
Hi, On 07/11/2012 04:55 PM, Peter Berghold wrote: > [peter@chits1 manifests]$ cat /etc/redhat-release > CentOS release 5.8 (Final) haven't danced with it in awhile, but isn't el5 comparable to Debian 4, age-wise? Wouldn't a CentOS 6 upgrade be a smaller hassle? Just my 2c. -- You received this

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Alexander Bien
On 11.07.2012 16:55, Peter Berghold wrote: [peter@chits1 manifests]$ ruby -v ruby 1.8.5 (2006-08-25) [x86_64-linux] [peter@chits1 manifests]$ ruby -v ruby 1.8.5 (2006-08-25) [x86_64-linux] [peter@chits1 manifests]$ uname -a Linux chits1.chi.sharkrivertech.com

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Peter Berghold
[peter@chits1 manifests]$ ruby -v ruby 1.8.5 (2006-08-25) [x86_64-linux] [peter@chits1 manifests]$ ruby -v ruby 1.8.5 (2006-08-25) [x86_64-linux] [peter@chits1 manifests]$ uname -a Linux chits1.chi.sharkrivertech.com 2.6.18-308.1.1.el5xen #1 SMP Wed Mar 7 04:57:35 EST 2012 x86_64 x86_64 x86_64 GNU/

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Matthias Saou
On Wed, 11 Jul 2012 10:39:44 -0400 Peter Berghold wrote: > Yet another reason for me to rebuild that machine with Debian. > CentOS tends to be behind in versions... :-( Not sure what you mean... [root@puppet ~]# rpm -q ruby ruby-1.8.7.352-7.el6_2.x86_64 [root@puppet ~]# cat /etc/redhat-release

Re: [Puppet Users] puppet-lint crashes and burns

2012-07-11 Thread Aaron Russo
Had this exact same problem last night. String.starts_with? wasn't introduced until Ruby 1.8.7. Make sure you have Ruby 1.8.7 or greater installed. Regards, Aaron On Jul 11, 2012, at 7:11 AM, Peter Berghold wrote: Hi there, After seeing a tweet about puppet-lint I went ahead and installed p