Re: [Puppet Users] [security] GPG signing key collision

2014-09-12 Thread Denmat
And they call themselves evil?? It's a slap in the face to evil doers everywhere ;) > On 12 Sep 2014, at 7:49, Matthaus Owens wrote: > > and > to evil32 for revoking their colliding key. But thanks for the heads up. -- You received this message because you are subscribed to the Google Groups

Re: [Puppet Users] Data from Hiera

2014-09-12 Thread Andy Parker
On Wed, Sep 10, 2014 at 12:55 PM, Juan Andres Ramirez wrote: > Hello, >I have data in machine.yaml : > > sitedefinition: > - website: "site.one.com" > ipadress: "192.168.0.2" > protocol: "http" > port: "80" > - website : "site.two.com" > ipadress : "192

Re: [Puppet Users] Need help un andderstanding puppet output

2014-09-12 Thread Pete Brown
I use Vagrant and Puppet a lot. The output that it produces for provisioning is basically the output from the puppet run with the name of the box at the beginning of each line. On 11 September 2014 17:52, Mark Lybrand wrote: > I am trying to use puppet to provision a vagrant box and am trying t

[Puppet Users] Beaker-rspec problems using shared_examples

2014-09-12 Thread Atom Powers
I'm trying to move some of my beaker-rspec tests into shared_examples. It appears that I'm loosing something when I do that. I'm hoping somebody with more rspec experience than me can shed some light on what I need to do to get this to work. The error looks like this: Puppet::Error: Could no

Re: [Puppet Users] Custom Fact to Foreman

2014-09-12 Thread Cristian Falcas
It will be uploaded on every puppet run. You shouldn't need to do anything. On Fri, Sep 12, 2014 at 8:11 PM, wrote: > Trying to get a custom fact to pushed up to foreman so it can be reported > on or viewed by other people. Seems like the reason it doesn't get > uploaded is because it only run

[Puppet Users] Custom Fact to Foreman

2014-09-12 Thread zjherner
Trying to get a custom fact to pushed up to foreman so it can be reported on or viewed by other people. Seems like the reason it doesn't get uploaded is because it only runs with when using $ facter --puppet Been searching for how to do this and everything I get is about distributing facts t

[Puppet Users] How to use 'commands' method in ruby code outside of puppet?

2014-09-12 Thread Jakov Sosic
Hi, to allow me to easier debug my providers, I sometimes wanna use 'command' in my own ruby code. Trying to figure out how is problem. This is how I use it inside a provider: commands :wget=> '/usr/bin/wget', :cp => '/bin/cp' Later, I can run the command with simple:

[Puppet Users] Puppet Explorer 1.3.0

2014-09-12 Thread Erik Dalén
A new release of Puppet Explorer is out! This release adds support for PuppetDB 2.2, but also drops support for previous PuppetDB releases (once the v4 API stabilizes it will be easier to keep compatibility). The major new feature is support for structured facts, for example you can search for sys

Re: [Puppet Users] Need help understanding puppet output

2014-09-12 Thread Mark Lybrand
I had put site-config in the manifests directory with my default.pp. After moving it to the parent of manifests, where my Vagrantfile is, it worked fine. Thanks for the help. On Fri, Sep 12, 2014 at 4:53 AM, Christopher Wood < christopher_w...@pobox.com> wrote: > On Thu, Sep 11, 2014 at 11:50:2

Re: [Puppet Users] Need help un andderstanding puppet output

2014-09-12 Thread Mark Lybrand
I changed the garbled subject line, so this discussion is now under the thread entitled "Need help understanding puppet output". I asked first, because I had just joined the group and was trying to gauge appropriate netiquette before hacking off old-timers. Mark :) On Fri, Sep 12, 2014 at 7:22 A

Re: [Puppet Users] Need help un andderstanding puppet output

2014-09-12 Thread Felix Frank
On 09/11/2014 09:52 AM, Mark Lybrand wrote: > I am trying to use puppet to provision a vagrant box and am trying to > understand the output. What is the best forum for getting that type of > help? Is this group that forum? If so, I will post more details of my > set up and a listing of what I am

Re: [Puppet Users] inline template variable access

2014-09-12 Thread Brandon Metcalf
On Thursday, September 11, 2014 6:15:16 PM UTC-5, Henrik Lindberg wrote: > > On 2014-12-09 1:06, Henrik Lindberg wrote: > > On 2014-11-09 22:57, Brandon Metcalf wrote: > >> > >> > >> On Thursday, September 11, 2014 12:56:50 PM UTC-5, Henrik Lindberg > wrote: > >> > >> On 2014-11-09 16:

[Puppet Users] [Error after after upgrading to 3.7] Evaluation Error: Illegal Resource Type expression, expected result to be a type name, or untitled Resource, got Type[Class]

2014-09-12 Thread Juan Sierra Pons
Hi, I am using a mix of the following two blog post: [1] A modern Puppet Master from scratch [2] Puppet Infrastructure After upgrading to 3.7 I am getting the following error message Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Illegal Resource T

[Puppet Users] Re: Puppet with Passenger - 403 Forbidden errors???

2014-09-12 Thread Jeethendra kumar
Hi, Check the CertName in the puppet.conf file. check for the case sensitive of the certname of the Agent in the file, it should be the same as appearing in the Puppet Master console, Regards, Jeeth On Wednesday, 13 February 2013 02:52:41 UTC+5:30, Gavin Williams wrote: > > Hi all > > I'm t

Re: [Puppet Users] Need help understanding puppet output

2014-09-12 Thread Christopher Wood
On Thu, Sep 11, 2014 at 11:50:21PM -0700, Mark Lybrand wrote: >So I turned on verbose and debug.  I have created a pastebin with the >following: Vagrantfile, default.pp and output from "vagrant up".  What is >going on and what, if anything should I be concerned about?  Thanks in >ad

Re: [Puppet Users] pluginsync not working with 3.7.0 on RHEL6

2014-09-12 Thread Adam Winberg
Found the problem for real, i hope. puppet 3.7 has a default setting of 4s for "http_keepalive_timeout". This setting should not be higher than the Apache 'KeepAliveTimeout' setting on the puppetmaster (running passenger on apache). In my apache, we have for some reason set a really low KeepAliveTi

[Puppet Users] Puppet Manifest Involving Multiple Nodes

2014-09-12 Thread Rakesh Kathpal
Hi, I need to copy of set of files to 10 / 20 nodes but the process is as follows Copy all files on 1 agent Validate the files If successful only then copy files to other servers else revert changes on first node itself and stop I understand that I can do this for one node but am really confused

Re: [Puppet Users] pluginsync not working with 3.7.0 on RHEL6

2014-09-12 Thread Adam Winberg
I spoke to soon... Removing, or rather making a change in the plugins, made the puppetrun work once, but the followin run fails with the same error. So I am still very open to ideas. //Adam On 12 September 2014 08:58, Adam Winberg wrote: > think i found the problem, I recently installed the std