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
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"
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