Re: [Puppet Users] Is it possible to pass extra flags to Puppet via rspec?`

2013-06-27 Thread Nan Liu
On Wed, Jun 26, 2013 at 9:28 PM, Justin Stoller jus...@puppetlabs.comwrote: In puppetlabs_spec_helper/puppet_spec_helper[1] which was based on a file in Puppet[2] the confdir and vardir are explicitly set to '/dev/null' which causes the modulepath you're seeing in Puppet proper. I believe,

[Puppet Users] puppet-dashboard in PE3.0

2013-06-27 Thread jdt
Hello, I read the PE3.0 announcement and it states the the dashboard in there uses PostgreSQL as backend. Will this version be released as open-source too? Or are there other options available to use PostgresQL with puppet-dashboard? Best Regards, Jo -- You received this message because you

[Puppet Users] Re: Dashboard in Fedora 18

2013-06-27 Thread Rajat Patel
I had same issues following answer I got Konrad Scherer Jun 19 On 13-06-17 04:04 AM, Rajat Patel wrote: Hi Guys, We have Cent OS 6.4 server which is puppet master server, its take all mix environment(fedora/redhat/centos/windows). Right now we have add 2 node one from ubuntu 12.10

Re: [Puppet Users] Puppet Enterprise 3.0 now available!

2013-06-27 Thread DEGREMONT Aurelien
Le 27/06/2013 03:38, Nigel Kersten a écrit : On Wed, Jun 26, 2013 at 9:41 AM, Nan Liu nan@gmail.com mailto:nan@gmail.com wrote: On Wed, Jun 26, 2013 at 1:33 AM, DEGREMONT Aurelien aurelien.degrem...@cea.fr mailto:aurelien.degrem...@cea.fr wrote: It is difficult to

Re: [Puppet Users] puppet: 3.1.1 - 3.2.1 load increase

2013-06-27 Thread Christian Flamm
Forgot to say this explicitly: config_retrieval times (guess this includes catlog compilation) on the agents explode. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email

[Puppet Users] Segmentation fault in methodhelper.rb

2013-06-27 Thread Jonathan Gazeley
Hi chaps, Since overnight, my puppetmaster has been crashing every now and then (it has crashed about 5 times this morning). We upgraded to puppet 3.2.2 about a week ago but the problems only started this morning. There was nothing in the logs so I ran it in debug mode and captured this:

Re: [Puppet Users] Re: Node collecting its own exported resource

2013-06-27 Thread Ken Barber
Was a ticket ever opened for this? I've just run into the same issue, but searching the ticket database I'm not able to find anything already open for it... I'll submit a ticket if there isn't one already. Not sure whats going on, but this seems to work fine for Puppet 3.2.2: # cat

Re: [Puppet Users] IPTables Firewall modules Question

2013-06-27 Thread Ken Barber
* The ports that all nodes share in common I am adding to the modules/my_firewall/manifests/init.pp file, but the ports that are specific to a node I am adding to the node definition in manifests/site.pp. What should I do to prevent the firewall rules from becoming unwieldy in my site.pp

[Puppet Users] facts_terminus

2013-06-27 Thread ollies...@googlemail.com
Hello, Is it possible to use this on a master in more than one way on a system that just accepts the puppet facts upload and is not a real puppet master server. I have a case where I would like to keep the facter information in couchdb, and also in Foreman which can be imported from the YAML

Re: [Puppet Users] IPTables Firewall modules Question

2013-06-27 Thread Stack Kororā
On Thursday, June 27, 2013 6:33:37 AM UTC-5, Ken Barber wrote: * The ports that all nodes share in common I am adding to the modules/my_firewall/manifests/init.pp file, but the ports that are specific to a node I am adding to the node definition in manifests/site.pp. What should I

Re: [Puppet Users] Re: Node collecting its own exported resource

2013-06-27 Thread mpounsett
On Thursday, June 27, 2013 7:26:34 AM UTC-4, Ken Barber wrote: Perhaps if you can provide a code snippet like the simplified case above we can take a look at what is going wrong. Also - what version of Puppet are you running? facter puppetversion 2.7.21 (Puppet Enterprise 2.8.2) Your

[Puppet Users] Re: Segmentation fault in methodhelper.rb

2013-06-27 Thread jcbollinger
On Thursday, June 27, 2013 6:25:57 AM UTC-5, Jonathan Gazeley wrote: Hi chaps, Since overnight, my puppetmaster has been crashing every now and then (it has crashed about 5 times this morning). We upgraded to puppet 3.2.2 about a week ago but the problems only started this morning.

[Puppet Users] Conditional statement =,, etc.

2013-06-27 Thread David Jarosch
Hello guys :), I'm kind of new to Puppet and stuck in defining a conditional statement. Here my problem: I want to provide different apt/source.list for different versions of Debian, 6.0.x and 7.0.x, which also run different versions of Puppet, 2.7.x and 3.2.x. My first idea was to use

[Puppet Users] Puppet OpenStack Modules Version 2.0 Released to The Forge

2013-06-27 Thread Chris Hoge
I'm happy to announce the release of version 2.0 of the Puppet Labs OpenStack modules to the Puppet Forge. These modules handle the deployment and management of the latest Grizzly releases of OpenStack, including Keystone, Swift, Glance, Cinder, Nova, and Horizon. Additionally, an OpenStack

[Puppet Users] Copying files from Windows host to CentOS guest

2013-06-27 Thread Nicholas Shanks
I have a Vagrant-controlled VM and I am trying to copy in files and directories when the VM gets provisioned. I have tried file:///, drive name with slashes and drive name with backwards slashes. Cannot get any of those to work. Also, no amount of Googling for relevant terms has turned up

Re: [Puppet Users] Conditional statement =,, etc.

2013-06-27 Thread Nan Liu
On Thu, Jun 27, 2013 at 2:22 AM, David Jarosch jarosch.da...@googlemail.com wrote: Hello guys :), I'm kind of new to Puppet and stuck in defining a conditional statement. Here my problem: I want to provide different apt/source.list for different versions of Debian, 6.0.x and 7.0.x, which

Re: [Puppet Users] Re: Node collecting its own exported resource

2013-06-27 Thread Nan Liu
On Thu, Jun 27, 2013 at 5:55 AM, mpouns...@afilias.info wrote: On Thursday, June 27, 2013 7:26:34 AM UTC-4, Ken Barber wrote: Perhaps if you can provide a code snippet like the simplified case above we can take a look at what is going wrong. Also - what version of Puppet are you running?

[Puppet Users] Puppet Faces - REST

2013-06-27 Thread Sai_Emc
How do I expose a Custom Puppet Face via REST API. Same as catalog or facts or node REST API Couldn't find any resources on this. Any links to examples or write up's on this? Thank You. Regards Sai. EMC Corporation -- You received this message because you are subscribed to the Google

Re: [Puppet Users] Re: Node collecting its own exported resource

2013-06-27 Thread mpounsett
On Thursday, June 27, 2013 11:40:41 AM UTC-4, Nan Liu wrote: Might be the usage of dash in the tag. Puppet had a series of bugs related to dash. I would look at the generated catalog and see what are the tags associated with the resource. For example: The problem is the resource isn't

[Puppet Users] Nagios Puppet

2013-06-27 Thread Christian Reiß
Hello folks, I am currently using Puppet to forge the nagios configuration files. Using exported ressources it really works well - to a point. The one thing I am banging my head against is the service definitions. The services use stuff like remote-nrpe-zombie-procs, which of course, is not

[Puppet Users] dynamic string generation

2013-06-27 Thread Vasiliy Boulytchev
Folks, Using PE 3.0 we need to generate a dynamic string inside a text file based upon $hostname of several puppet agents. The string looks something like: Servers hostname1.com:port,hostname2.com:port,hostnamex.com:port We can certainly do this with hiera... however, as we are moving

[Puppet Users] Re: access exported resources in template

2013-06-27 Thread Vasiliy Boulytchev
any solutions? :) On Monday, October 19, 2009 9:19:43 AM UTC-4, Bernhard Bock wrote: Hi, I'm trying to develop a class that autogenerates a config file based on an .erb template. It shall populate the config file with data exported from various hosts. Some pseudocode to clarify my issue:

[Puppet Users] Re: access exported resources in template

2013-06-27 Thread Vasiliy Boulytchev
Sir, have you been able to find a solution? On Monday, October 19, 2009 9:19:43 AM UTC-4, Bernhard Bock wrote: Hi, I'm trying to develop a class that autogenerates a config file based on an .erb template. It shall populate the config file with data exported from various hosts. Some

Re: [Puppet Users] Conditional statement =,, etc.

2013-06-27 Thread Jakov Sosic
On 06/27/2013 11:22 AM, David Jarosch wrote: if the $operatingsystemrelease is bigger/equal then 6.0.0 but smaller then 7.0.0 then provide source.list.debian6 if else $operatingsystemrelease is bigger/equal 7.0.0 then provide source.list.debian7 else do nothing Maybe you can use something

Re: [Puppet Users] Re: Segmentation fault in methodhelper.rb

2013-06-27 Thread Jakov Sosic
On 06/27/2013 02:59 PM, jcbollinger wrote: A segmentation fault surely indicates a bug in the underlying Ruby or in one of the system libraries on which it depends, unless Puppet provides native Ruby extensions of which I am unaware. Pure Ruby code will not generate segfaults unless the Ruby

Re: [Puppet Users] Disable certain facter facts?

2013-06-27 Thread Roger
Feature request in: http://projects.puppetlabs.com/issues/21500 On Tuesday, June 25, 2013 1:41:01 PM UTC-4, Patrick Carlisle wrote: Is it possible to tell facter to ignore certain facts? Couldn't find a config file for it and not sure how puppet tells it to gather facts. There's no

Re: [Puppet Users] Nagios Puppet

2013-06-27 Thread Pete Brown
Shameless plug. I wrote a module to do pretty much what you are trying to achieve. http://forge.puppetlabs.com/rendhalver/monitoring It currently works on CentOS and Fedora. Debian/Ubuntu support is in progress. I also have a couple of other modules for managing nrpe and icinga Feel free to have a