Re: [Puppet Users] puppetdb build fails on OpenSUSE systems with undefined method

2012-05-21 Thread Darin Perusich
Hi Deepak, On Mon, May 21, 2012 at 12:28 PM, Deepak Giridharagopal wrote: > Hi Darin, > > On Mon, May 21, 2012 at 9:39 AM, Darin Perusich wrote: >> >> Hello All, >> >> I'm attempting to build puppetdb on opensuse it's failing with the >> error "undefined method `downcase' for nil:NilClass". The

Re: [Puppet Users] puppetdb build fails on OpenSUSE systems with undefined method

2012-05-21 Thread Deepak Giridharagopal
Hi Darin, On Mon, May 21, 2012 at 9:39 AM, Darin Perusich wrote: > Hello All, > > I'm attempting to build puppetdb on opensuse it's failing with the > error "undefined method `downcase' for nil:NilClass". The Rakefile is > setting @plibdir based on "osfamily = > Facter.value(:osfamily).downcase"

[Puppet Users] puppetdb build fails on OpenSUSE systems with undefined method

2012-05-21 Thread Darin Perusich
Hello All, I'm attempting to build puppetdb on opensuse it's failing with the error "undefined method `downcase' for nil:NilClass". The Rakefile is setting @plibdir based on "osfamily = Facter.value(:osfamily).downcase" and osfamily is not a fact on OpenSUSE/SUSE systems. How should I work around