Re: [Puppet Users] hiera installation problem

2012-03-23 Thread Guy Matz
Gary, thanks for the help, but my puppet master is a frankenstein of (long explanation) and I think I need to simply reinstall everything . . . thanks for the help! Regards On Fri, Mar 23, 2012 at 1:00 PM, Gary Larizza wrote: > Can you print out what the contents of the common::mkuser defined

Re: [Puppet Users] hiera installation problem

2012-03-23 Thread Gary Larizza
Can you print out what the contents of the common::mkuser defined resource type is? On Fri, Mar 23, 2012 at 7:40 AM, Guy Matz wrote: > No, that didn't do it . . . :-(What I have works on my test server, > but not my prod server . . . Thanks again. > > > On Fri, Mar 23, 2012 at 9:57 AM, G

Re: [Puppet Users] hiera installation problem

2012-03-23 Thread Guy Matz
No, that didn't do it . . . :-(What I have works on my test server, but not my prod server . . . Thanks again. On Fri, Mar 23, 2012 at 9:57 AM, Gary Larizza wrote: > Can you single quote the value in your YAML file and then try again? Does > that work? > > > > On Friday, March 23, 2012, Gu

Re: [Puppet Users] hiera installation problem

2012-03-23 Thread Gary Larizza
Can you single quote the value in your YAML file and then try again? Does that work? On Friday, March 23, 2012, Guy Matz wrote: > Thanks, guys! > > Here's the relevant snippet from my manifest: > @common::mkuser { > 'root': > uid=> 0, > comment=> 'root', > hom

Re: [Puppet Users] hiera installation problem

2012-03-23 Thread Guy Matz
Thanks, guys! Here's the relevant snippet from my manifest: @common::mkuser { 'root': uid=> 0, comment=> 'root', home => '/root', password => hiera('rootPassword'), managehome => false; And here's what it looks like when I run from command-l

Re: [Puppet Users] hiera installation problem

2012-03-22 Thread Gary Larizza
On Thursday, March 22, 2012 at 1:13 PM, Guy Matz wrote: > Hi! I think I've gone through the hiera install process correctly, but still > getting: > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > undefined method `empty?' for false:FalseClass at > /etc/puppetlabs/p

Re: [Puppet Users] hiera installation problem

2012-03-22 Thread Chad Huneycutt
Couple things to check: * hiera command line uses /etc/hiera.yaml for its config, but the hiera-puppet plugin uses /etc/puppet/hiera.yaml * I don't really know much about yaml, but I have found that I often have to write lists as :foo: - bar - baz Notice the newline before the f

[Puppet Users] hiera installation problem

2012-03-22 Thread Guy Matz
Hi! I think I've gone through the hiera install process correctly, but still getting: err: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined method `empty?' for false:FalseClass at /etc/puppetlabs/puppet/modules/common/manifests/accounts.pp:27 on node # gem list *** L