[Puppet Users] [SOLVED] Re: Error: Could not send report: Error 400 on SERVER: Could not intern from pson: undefined method `intern' for nil:NilClass

2014-03-27 Thread Race Boyer
good part is that I was able to fully setup a functioning puppet-dashboard! (because I thought it was a foreman 1.4 issue) SLES can be such a pain the buttocks. On Friday, March 21, 2014 1:21:09 PM UTC-5, Race Boyer wrote: > > This is driving me mad. > I get this error on two OpenSuse 1

[Puppet Users] Error: Could not send report: Error 400 on SERVER: Could not intern from pson: undefined method `intern' for nil:NilClass

2014-03-21 Thread Race Boyer
This is driving me mad. I get this error on two OpenSuse 12.3 nodes puppet-3.0.2-2.9.1.x86_64 facter-1.6.17-2.1.1.x86_64 I ran this command: *sudo puppet agent -t --verbose --noop --debug --trace * *and I get this ouput:* Info: Retrieving plugin Debug: file_metadata supports formats: b64_zlib_yam

[Puppet Users] Re: puppetlabs-firewall question

2014-03-21 Thread Race Boyer
I have been wondering this myself, I think the best way to find out is to try it! So that's exactly what I'm going to do and I will report back what happens. On Thursday, January 23, 2014 2:49:58 PM UTC-6, Ygor wrote: > > In the documentation, it says: > > With the latest version, we now have in

Re: [Puppet Users] in-conditional with virtualized resource

2014-03-04 Thread Race Boyer
source > declarations, they can be removed. > > There is implied dependency between the gid of a user and the title of a > group, and between owners/groups of files and their respective user/group > resources. > > Craig > > > > On Mon, Mar 3, 2014 at 10:33 PM, Race Boye

[Puppet Users] in-conditional with virtualized resource

2014-03-03 Thread Race Boyer
User ["$title"], name => "$title" } } } and here is the init.pp class admin2 { $gid = $::operatingsystem ? { 'AIX' => '1100', default=> $gid, } @admin2::virtual { 'race': uid => '9231', gid =&

[Puppet Users] Re: Basic stuff, I can't seem to get right, Could not retrieve information from environment production source(s)

2013-03-12 Thread Race Boyer
March 12, 2013 10:16:02 AM UTC-7, Race Boyer wrote: >> >> I really hate to bother everyone with with something I'm sure is super >> basic, but I'm stumped. >> >> I've read the module serving guide, I checked my syntax with puppet-lint, >> I

[Puppet Users] Basic stuff, I can't seem to get right, Could not retrieve information from environment production source(s)

2013-03-12 Thread Race Boyer
I really hate to bother everyone with with something I'm sure is super basic, but I'm stumped. I've read the module serving guide, I checked my syntax with puppet-lint, I think I have everything in place, yet I keep getting the same error: Tue Mar 12 11:49:28 -0500 2013 Puppet (notice): Starti