Re: [Puppet Users] Count number of (collected) external resources

2014-09-26 Thread Frederik Wagner
Hi Yanis, thanks for the hint. Sounds reasonable - I'll check it out! Bye Frederik On Fri, Sep 26, 2014 at 5:33 AM, Yanis Guenane yguen...@gmail.com wrote: On 09/25/2014 07:11 AM, Frederik Wagner wrote: Hi group, is there a way to count the number of resources of a specific type (with a

[Puppet Users] Re: facter error message - what does this mean?

2014-09-26 Thread kaustubh chaudhari
Hi, I am also facing same issue. unable to find where to look for, puppet agent runes file facter runes fine if run manually. But schedule run still not working. Any help is appreciated. FYI: This happened after upgrade from 3.3.2 to 3.6.2 -Kaustubh On Wednesday, September 24, 2014 8:16:54

[Puppet Users] Re: facter error message - what does this mean?

2014-09-26 Thread kaustubh chaudhari
Hi, I am also facing same issue. unable to find where to look for, puppet agent runes file facter runes fine if run manually. But schedule run still not working. Any help is appreciated. FYI: This happened after upgrade from 3.3.2 to 3.6.2 -Kaustubh On Wednesday, September 24, 2014

[Puppet Users] Re: Puppet certification PPT-202

2014-09-26 Thread emiticci
I took the certification in August and I must say that Pro Puppet (2nd edition) was **VERY** useful for me. There's also a 30% discount during PuppetConf: http://extras.apress.com/Puppet_09252014.html Il giorno giovedì 25 settembre 2014 14:58:32 UTC+2, mohit modi ha scritto: Hi All, I'm

[Puppet Users] puppetdb and oracle java

2014-09-26 Thread jdausilio
The requirements for puppetdb specify that it supports 1.7 from either openjdk or oracle. I've got oracle installed (RHEL6) but the rpm insists on openjdk (which I can't install for other reasons). Anyone know of a way around this, or am I going to have to hack the package? John D -- You

Re: [Puppet Users] puppetdb and oracle java

2014-09-26 Thread Ken Barber
The requirements for puppetdb specify that it supports 1.7 from either openjdk or oracle. I've got oracle installed (RHEL6) but the rpm insists on openjdk (which I can't install for other reasons). Anyone know of a way around this, or am I going to have to hack the package? Huh, I guess you

[Puppet Users] scaning n/w and finding puppet agent

2014-09-26 Thread kaustubh chaudhari
Hi, Just had a though if this is possible. I have seen this feature in HPSA. Is there a way to scan the n/w and find the nodes who dont have puppet installed on them ? -Kaustubh -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe

Re: [Puppet Users] puppetdb and oracle java

2014-09-26 Thread Christopher Wood
The puppetdb rpm requires: java-1.7.0-openjdk In your place I'd see if creating a stub rpm with that name will satisfy the requirement. By stub I mean a /usr/share/doc/java-1.7.0-openjdk/README file explaining that there's a method to this rpm's madness. ;) I'd try it, but it's bash cve day

Re: [Puppet Users] puppetdb and oracle java

2014-09-26 Thread jdausilio
PDB-891 On Friday, September 26, 2014 10:32:04 AM UTC-4, Ken Barber wrote: The requirements for puppetdb specify that it supports 1.7 from either openjdk or oracle. I've got oracle installed (RHEL6) but the rpm insists on openjdk (which I can't install for other reasons). Anyone know

[Puppet Users] puppetdb - how far back is it supposed to keep data?

2014-09-26 Thread JonY
Just wondering. I was messing about with some queries this morning. Asking for 'server/v3/reports --data-urlencode 'query=[=,certname,client_name]' only returned about 2 weeks worth of reports. This system has been up and running for 6-8 months. -- You received this message because you are

Re: [Puppet Users] puppetdb - how far back is it supposed to keep data?

2014-09-26 Thread Ken Barber
Just wondering. I was messing about with some queries this morning. Asking for 'server/v3/reports --data-urlencode 'query=[=,certname,client_name]' only returned about 2 weeks worth of reports. This system has been up and running for 6-8 months. Whatever this value is set to:

Re: [Puppet Users] hiera hash to create_resources bombing - looking for how to troubleshoot

2014-09-26 Thread Corey Osman
I created a puppet function to help with debugging things the contents of variables. I am going to see if this can be added to std lib. However for now, just put this in your module code under lib/puppet/parser/functions. You will want to have at least one rspec unit test for speedy results,

[Puppet Users] Puppet facts uploading to PuppetDB

2014-09-26 Thread Ken Barber
Do many people use or care about the ability to upload facts out of band to PuppetDB from a machine without the need for a full catalog compilation? Its not a highly documented facility, ie. doesn't work out of the box without configuration changes, but I know some people have asked me this on IRC

[Puppet Users] Re: Puppet facts uploading to PuppetDB

2014-09-26 Thread Chuck
We are pushing facts into puppetdb for initial loads so that we can track system loads before puppet runs the first time. On Friday, September 26, 2014 12:26:09 PM UTC-5, Ken Barber wrote: Do many people use or care about the ability to upload facts out of band to PuppetDB from a machine

[Puppet Users] Arbitrary facts - Best practices?

2014-09-26 Thread Ciro Iriarte
Hi!, I've just configured basic services on puppet (ntp/firewall/snmp/etc) and I'm trying to move to more complex requirements. The idea is to configure OSPF on bird bird6 using puppet, the issue is that I must use a different area (a numeric parameter) between, say 8 sites, so I cannont just

Re: [Puppet Users] Arbitrary facts - Best practices?

2014-09-26 Thread Christopher Wood
In your place I'd add a level to my hiera setup and template the bird config. There's a number of different options you could use to classify which node is in which site, from the node yaml in hiera to an ENC to a fact provisioned when the host is built. On Fri, Sep 26, 2014 at 11:17:02AM

Re: [Puppet Users] Announce: Puppet Server 0.2.0

2014-09-26 Thread Rob Reynolds
On Fri, Sep 26, 2014 at 7:56 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote: +1 for a Native Code drop in. That would make me crazy happy actually. -1 for sticking Java everywhere. That would make some of my users hate me with passion. Java just on server side. Native is moving towards

[Puppet Users] Re: Announce: Puppet Server 0.2.0

2014-09-26 Thread Niels Abspoel
For the Archlinux users, an aur package is available: https://aur.archlinux.org/packages/puppetserver/ Op dinsdag 23 september 2014 18:12:29 UTC+2 schreef Nate Wolfe: We are thrilled to announce the preview release of Puppet Server, our newest open source project. Puppet Server is a

Re: [Puppet Users] Announce: Puppet Server 0.2.0

2014-09-26 Thread Trevor Vaughan
Works for me. On Fri, Sep 26, 2014 at 3:45 PM, Rob Reynolds r...@puppetlabs.com wrote: On Fri, Sep 26, 2014 at 7:56 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote: +1 for a Native Code drop in. That would make me crazy happy actually. -1 for sticking Java everywhere. That would make

Re: [Puppet Users] Arbitrary facts - Best practices?

2014-09-26 Thread Ciro Iriarte
El viernes, 26 de septiembre de 2014 15:21:19 UTC-4, Christopher Wood escribió: In your place I'd add a level to my hiera setup and template the bird config. There's a number of different options you could use to classify which node is in which site, from the node yaml in hiera to an

Re: [Puppet Users] Announce: Puppet Server 0.2.0

2014-09-26 Thread Felix Frank
On 09/26/2014 09:45 PM, Rob Reynolds wrote: Java just on server side. Native is moving towards C++. No wait, what, really? -- 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

Re: [Puppet Users] Announce: Puppet Server 0.2.0

2014-09-26 Thread Andy Parker
On Fri, Sep 26, 2014 at 1:30 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 09/26/2014 09:45 PM, Rob Reynolds wrote: Java just on server side. Native is moving towards C++. No wait, what, really? Felix, if your what? is about Java (the language), that was a mistake. JVM on

Re: [Puppet Users] Announce: Puppet Server 0.2.0

2014-09-26 Thread Rob Reynolds
On Fri, Sep 26, 2014 at 4:02 PM, Andy Parker a...@puppetlabs.com wrote: On Fri, Sep 26, 2014 at 1:30 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 09/26/2014 09:45 PM, Rob Reynolds wrote: Java just on server side. Native is moving towards C++. No wait, what, really?

Re: [Puppet Users] Arbitrary facts - Best practices?

2014-09-26 Thread Spencer Krum
Hiera is a key-value lookup system for puppet. It is puppet Fact aware, and follows a hierarchy set in its configuration file. This means that your code can have $variable = hirea('key') and the value of $variable can be different depending on operatingsystem, domain, or fqdn. Read more here:

Re: [Puppet Users] Arbitrary facts - Best practices?

2014-09-26 Thread Christopher Wood
On Fri, Sep 26, 2014 at 01:00:44PM -0700, Ciro Iriarte wrote: El viernes, 26 de septiembre de 2014 15:21:19 UTC-4, Christopher Wood escribió: In your place I'd add a level to my hiera setup and template the bird config. There's a number of different options you could

Re: [Puppet Users] Announce: Puppet Server 0.2.0

2014-09-26 Thread Felix Frank
On 09/26/2014 11:12 PM, Rob Reynolds wrote: Felix, if your what? is about Java (the language), that was a mistake. JVM on the server side, generally written in Clojure, is the direction things are heading. C++ on the client side. Ruby is still sticking around in order to