Re: [Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-26 Thread brettsw...@gmail.com
Got an answer directly as google showed this/my message as deleted. Firefox extension to show websites in a grid was the solution. Or stagger two Firefox browsers lol High tech! :) Brett Sent from my iPhone > On Feb 26, 2014, at 14:19, Brett Swift wrote: > > did you ever solve th

Re: [Puppet Users] beaker ec2 example, should this work?

2014-10-06 Thread brettsw...@gmail.com
I was just testing the host config file from puppetdb coupled with the documentation on the beaker documentation. I was actually going to omit the error message. That's actually all of it except for the json output of the compiled beaker configs. I can send the full output in the morning.

Re: [Puppet Users] beaker ec2 example, should this work?

2014-10-07 Thread brettsw...@gmail.com
Hmmm. I'm pretty sure the puppelabs_spec_helper gave me a beaker target Brett Sent from my iPhone On Oct 7, 2014, at 15:15, Ken Barber wrote: >> Nice. I'll look out for your packer project. I've been using it to build >> our vagrant boxes, but haven't yet built any for vSphere or ext

Re: [Puppet Users] beaker ec2 example, should this work?

2014-10-07 Thread brettsw...@gmail.com
The default.yaml is in the gist I supplied. I used the el6 and centos6 64 from your sample project. An Ami search on aws by the name or Ami ID didn't turn up any results which is why I thought they were private. I'll try building an Ami with packer.Are there any conventions that need

Re: [Puppet Users] Re: hiera - multiple backends - failure to lookup value in only one backend.

2015-03-19 Thread brettsw...@gmail.com
Just figured this out this morning. It was the $::role. It's a variable declared in site.pp inside a node block. ( poor man's role classification) $role seems to have fixed things Hopefully this release is smooth now! Thanks Brett Sent from my iPhone > On Mar 19, 2015, at 07:30, jcbo