Re: [Puppet Users] Re: proper usage of global variables / node variables / +=

2012-07-12 Thread fp
At this point, however, I'm hoping that one of the PuppetLabs guys will jump in to either explain why I'm wrong or confirm that it's a bug. Any PuppetLabs guys reading? I realize they are all busy people, and it may take a while. It's all good. -- You received this message because you are

Re: [Puppet Users] problem using apache passenger to run dashboard

2012-07-12 Thread Denmat
Hi, Haven't got details in front of me but check the puppet docs on passenger - I think you haven't set the right perms on your config.ru - should be owned by puppet. Cheers Den On 12/07/2012, at 4:28, Hai Tao ehai...@gmail.com wrote: The welcome page should only display when there is no

Re: [Puppet Users] how to conditionally add users to a virtualized group?

2012-07-12 Thread Denmat
Puppet users and groups are fiddly. My current not implemented thinking is to use ldap and manage pam_groups via puppet on the hosts to get the granularity. More thinking out loud than anything else. Den On 12/07/2012, at 6:03, Jo Rhett jrh...@netconsonance.com wrote: I'm fighting with a

Re: [Puppet Users] how to conditionally add users to a virtualized group?

2012-07-12 Thread Christopher Wood
I use nss-pam-ldapd and pam_ldap depending on the system, using an ldap filter to allow only certain groups per system. I prefer nss-pam-ldapd. nss-pam-ldapd: CentOS 6 Debian 6 Ubuntu 10.04 pam_ldap: CentOS 5 FreeBSD 9 (Solaris is more like pam_ldap in configuration, but fairly unique.) The

[Puppet Users] CRAY / BlueGeneQ

2012-07-12 Thread Pablo Fernandez
Dear all, I would like to ask you, does anybody here have experience with Puppet under CRAY systems, or BlueGeneQ? It would be nice to hear some experiences with this, if any. Thanks! Pablo -- You received this message because you are subscribed to the Google Groups Puppet Users group. To

[Puppet Users] What is the intention of thin_storeconfigs?

2012-07-12 Thread Bernd Adamowicz
I started doing some experiments with the configuration option 'thin_storeconfigs=true' by adding this option to one of my Puppet masters. However, I could not determine any change in behavior. I expected to have the resources collected faster, but Puppet still takes some 15min to do the job.

Re: [Puppet Users] What is the intention of thin_storeconfigs?

2012-07-12 Thread Denmat
Hi, Thin_storeconfig stores less detail in the database, that won't necessarily speed it up but will reduce its footprint. The actual differences I'm a bit fuzzy on. Den On 12/07/2012, at 18:29, Bernd Adamowicz bernd.adamow...@esailors.de wrote: I started doing some experiments with the

Re: [Puppet Users] certname doesn't seem to work on the agent

2012-07-12 Thread Kmbu
There was no current cert. It was a new host. The cert was generated using the FQDN.. On Thursday, 12 July 2012 04:42:51 UTC+2, Pete wrote: Hi, Your config looks about right. Did you drop the current cert and request and sign a new one? On 11 July 2012 19:14, Kmbu wrote: Hi guys,

Re: [Puppet Users] What is the intention of thin_storeconfigs?

2012-07-12 Thread Walter Heck
Thin stored configs only store exported resources in the database Instead of all resources. There may be more differences though. Sent from my galaxy tab On Jul 12, 2012 6:01 PM, Denmat tu2bg...@gmail.com wrote: Hi, Thin_storeconfig stores less detail in the database, that won't necessarily

[Puppet Users] ENC questions

2012-07-12 Thread llow...@oreillyauto.com
I've been trying to wrap my head around ENCs. Kelsey Hightower gave me some very useful info in IRC the other day, but there are still some things I can't quite get my head around. From what I can tell, an ENC allows you to assign classes and parameters (top scope variables) to a given node or

[Puppet Users] Re: how to conditionally add users to a virtualized group?

2012-07-12 Thread jcbollinger
On Wednesday, July 11, 2012 3:03:14 PM UTC-5, Jo wrote: I'm fighting with a ticklish issue. We have some groups and users that only belong on some systems. So we made all users virtual and then realize them in classes specific to those system types. This works quite well for the users,

Re: [Puppet Users] Environment and layout questions

2012-07-12 Thread earthgecko
Hi Tim I had a similar question in https://groups.google.com/forum/?fromgroups#!topic/puppet-users/fhHYT3LkBoE but spent a while figuring out and testing what is possible. Hopefully this will help you or someone work their way around a corner. Puppet Environments * Common modules,

[Puppet Users] Re: What is the intention of thin_storeconfigs?

2012-07-12 Thread jcbollinger
On Thursday, July 12, 2012 3:29:15 AM UTC-5, badamowicz wrote: I started doing some experiments with the configuration option 'thin_storeconfigs=true' by adding this option to one of my Puppet masters. However, I could not determine any change in behavior. I expected to have the

Re: [Puppet Users] CRAY / BlueGeneQ

2012-07-12 Thread Dominic Maraglia
Pablo, If your Cray systems are running Cray Linux, then it is possible Puppet will run in your environment, though we have yet to test this ourselves at Puppet. Cheers, Dominic Maragia On Thu, Jul 12, 2012 at 1:01 AM, Pablo Fernandez pablo.fernan...@cscs.chwrote: Dear all, I would like to

[Puppet Users] Re: What is the intention of thin_storeconfigs?

2012-07-12 Thread jcbollinger
On Thursday, July 12, 2012 3:29:15 AM UTC-5, badamowicz wrote: Should [thin_storeconfigs] instead be placed in the client's configuration to make them export only the @@-resources? No, (thin_)storeconfigs is a function of the master, at catalog compilation time. John -- You received

Re: [Puppet Users] CRAY / BlueGeneQ

2012-07-12 Thread Ken Barber
I dealt with a case that had a Cray XT4 using Redhat Linux specifically. More or less since the hardware and OS was just like any other platform we support, it wasn't a problem and we supported it. If you are using Cray Linux - I believe its based on the SuSE Linux platform (and we do support

[Puppet Users] nginx-passenger authentication / certificate issue

2012-07-12 Thread Jon Jaroker
Hello, I have been stumped by an authentication / certificate problem and would like to know if anyone has resolved a similar issue. My fresh install of Puppet Master 2.7.18 on Debian 6 works normally when run standalone, using 'puppet master --verbose --no-daemonize'. When using nginx-passenger

Re: [Puppet Users] nginx-passenger authentication / certificate issue

2012-07-12 Thread Jeff McCune
Are you sure you want to be using the passenger_set_cgi_param nginx directive and not proxy_set_header? The problem definitely seems to be Puppet not picking up the values that should be set in the HTTP_X_CLIENT_VERIFY and HTTP_X_CLIENT_DN request headers. -Jeff On Thu, Jul 12, 2012 at 7:34 AM,

[Puppet Users] Re: err: Could not request certificate: execution expired

2012-07-12 Thread Ron
I see this also if the time on the client is too far out of sync with the time on the server. set the time to within a few seconds of the server first, then try again. On Tuesday, July 10, 2012 12:39:13 PM UTC-5, Ganesh Ganesh wrote: Hi Guys, I am trying to executed sign client to server,

[Puppet Users] Re: nginx-passenger authentication / certificate issue

2012-07-12 Thread David Wooldridge
I know when I was setting this up (http://z0mbix.github.com/blog/2012/03/01/use-nginx-and-passenger-to-power-your-puppet-master/), the main gotcha I came up against was the permissions of the config.ru file have to be the same as your puppet user. I can't remember what error this caused

[Puppet Users] Re: nginx-passenger authentication / certificate issue

2012-07-12 Thread Jon Jaroker
Hello Jeff, Thank you for your reply. It pointed me in the right direction. Regarding 'proxy_set_header', I don't believe this directive has an effect on passenger. For passenger, I believe the 'passenger_set_cgi_param' directive must be used instead. My mistake was using the wrong parameter.

Re: [Puppet Users] Re: proper usage of global variables / node variables / +=

2012-07-12 Thread Eric Shamow
Nan is a Puppet Labs guy. One of our best :) His warning about dynamic scoping is something to take seriously. That's not a gratuitous error message - dynamic scoping causes all kinds of problems and has been scheduled for deprecation for a while now, and that's coming in the next major

[Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread llow...@oreillyauto.com
Is there a way to get a list of all the classes available from the puppet master? I have 2 goals for this - one is documentation in a human readable form, and the other is potentially importing that data into dashboard. I did find some info on the rest API

Re: [Puppet Users] problem using apache passenger to run dashboard

2012-07-12 Thread Hai Tao
I do have a config.ru under /etc/puppet/rack, and it is owned by puppet. And that is the only config.ru I have. Under /usr/share/puppet-dashboard/public, there is no config.ru. But there is a /usr/share/puppet-dashboard/vendor/rails/railties/dispatches/config.ru. In the procedure I followed, it

Re: [Puppet Users] problem using apache passenger to run dashboard

2012-07-12 Thread Hai Tao
note, I also have a /usr/share/puppet/ext/rack/files/config.ru file. On Thu, Jul 12, 2012 at 9:04 AM, Hai Tao ehai...@gmail.com wrote: I do have a config.ru under /etc/puppet/rack, and it is owned by puppet. And that is the only config.ru I have. Under /usr/share/puppet-dashboard/public,

Re: [Puppet Users] Re: The Puppet Way to handle slow resources? (newbie)

2012-07-12 Thread Tim Mooney
In regard to: [Puppet Users] Re: The Puppet Way to handle slow resources?...: Chris, I'll take a look at exported resources. I don't have a problem with MCollective per se, I just don't want to add a bunch of other software if there's a native puppet way to solve the problem. From what I've

[Puppet Users] OpenssL::BN Error

2012-07-12 Thread Ganesh Kumar
Hi Guys, I an trying to remove puppetca revoke certification i got openssl error [root@dvtelx3bayxit55 ~]# puppetca --revoke all notice: Revoked certificate with serial # Inventory of signed certificates # SERIAL NOT_BEFORE NOT_AFTER SUBJECT 0x0001 2012-07-11T17:29:51GMT 2017-07-11T17:29:51GMT

Re: [Puppet Users] how to conditionally add users to a virtualized group?

2012-07-12 Thread Jo Rhett
That's great if you have centralized and co-hosted infrastructure and are willing to accept the dependancy. Given that this is a small need for a small number of users on a very small amount of systems (like 3 out of hundreds) without a centralized backbone between them, implementing LDAP makes

Re: [Puppet Users] how to conditionally add users to a virtualized group?

2012-07-12 Thread Jo Rhett
On Jul 12, 2012, at 4:30 AM, Felix Frank wrote: On 07/11/2012 10:03 PM, Jo Rhett wrote: So I tried to get smarter, and put logic to add the group to each member under the appropriate class Class users::dev inherits users { User['jrhett'] { groups + ['dev'] } } This works… almost. It

Re: [Puppet Users] how to conditionally add users to a virtualized group?

2012-07-12 Thread Jo Rhett
On Jul 12, 2012, at 6:46 AM, jcbollinger wrote: If it is the case that each user always has the same potential secondary groups, and you need to narrow the actual secondary groups to those that are actually present, then I think you could do it without too much pain. The main ingredients

Re: [Puppet Users] puppet 3.0.0 and hiera

2012-07-12 Thread Steve Traylen
On Tuesday, 10 July 2012 03:18:47 UTC+2, Henrik Lindberg wrote: On 2012-09-07 19:07, Kelsey Hightower wrote: You'll need hiera-puppet, which contains the parser functions. Puppet 3.0.0 should bring in both Hiera and hiera-puppet as deps. Thanks, that is a good start. My issue is

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread Ryan Coleman
One way to approach this (for documentation) is to build a file resource backed by a template. The template would contain something like the following. It prints out all the classes defined in that agents catalog. % classes.each do |klass| -% The class %= klass % is defined % end -% This example

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread Ryan Coleman
Crap, I forgot to mention my source: http://docs.puppetlabs.com/guides/templating.html#access-to-defined-tags-and-classes On Thu, Jul 12, 2012 at 1:08 PM, Ryan Coleman r...@puppetlabs.com wrote: One way to approach this (for documentation) is to build a file resource backed by a template. The

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread llow...@oreillyauto.com
Comments inline. On Thursday, July 12, 2012 3:08:10 PM UTC-5, Ryan Coleman wrote: One way to approach this (for documentation) is to build a file resource backed by a template. The template would contain something like the following. It prints out all the classes defined in that agents

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread Nigel Kersten
On Thu, Jul 12, 2012 at 8:54 AM, llow...@oreillyauto.com llow...@oreillyauto.com wrote: Is there a way to get a list of all the classes available from the puppet master? We've actually addressed this more directly in the upcoming Telly branch, where we've extended the resource_type REST API to

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread R.I.Pienaar
- Original Message - From: Ryan Coleman r...@puppetlabs.com To: puppet-users@googlegroups.com Sent: Thursday, July 12, 2012 9:08:55 PM Subject: Re: [Puppet Users] How can I list classes available on the puppet master? Crap, I forgot to mention my source:

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread Dan White
http://docs.puppetlabs.com/man/doc.html I use a command like this: puppet doc --outputdir yadda...yadda/apache/htdocs/puppetmaster --mode rdoc --manifestdir /etc/puppet/manifests --modulepath /etc/puppet/modules And I get a fantastic web-tree describing every class on my PuppetMaster It does

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread Walter Heck
It's pretty ghetto, but we've used this script before, which I can confirm still works on Puppet 2.7.17: http://www.devco.net/archives/2010/02/26/what_does_puppet_manage_on_a_node-2.php cheers, Walter On Fri, Jul 13, 2012 at 4:22 AM, R.I.Pienaar r...@devco.net wrote: - Original Message

[Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Matthaus Litteken
PuppetDB 0.9.2 is the third beta release on the road to 1.0. Changes include new features and bug fixes. For details on changes in this release, please see the release notes below. # Downloads Available in native package format at http://yum.puppetlabs.com http://apt.puppetlabs.com Source

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread llow...@oreillyauto.com
Comments inline On Thursday, July 12, 2012 3:29:27 PM UTC-5, Ygor wrote: http://docs.puppetlabs.com/man/doc.html I use a command like this: puppet doc --outputdir yadda...yadda/apache/htdocs/puppetmaster --mode rdoc --manifestdir /etc/puppet/manifests --modulepath /etc/puppet/modules

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-12 Thread R.I.Pienaar
Here's a little script that finds all .pp files in an environment parse them an print all the found classes. I didnt test if it works for .pp files with more than 1 class in them Just point it at your module path and environment at the top require 'puppet' require 'find'

Re: [Puppet Users] Crontab overwritten by Puppet

2012-07-12 Thread Stefan Schulte
On Mon, Jul 09, 2012 at 06:48:41AM -0700, Kmbu wrote: Hello folks.. I suddenly found the crontab on one of my puppet clients overwritten. It had many entries, including one created by Puppet. Suddenly during one run it was overwritten, keeping only the Puppet entry and removing everything

Re: [Puppet Users] how to conditionally add users to a virtualized group?

2012-07-12 Thread jcbollinger
On Thursday, July 12, 2012 1:42:28 PM UTC-5, Jo wrote: On Jul 12, 2012, at 6:46 AM, jcbollinger wrote: If it is the case that each user always has the same potential secondary groups, and you need to narrow the actual secondary groups to those that are actually present, then I think you

Re: [Puppet Users] Re: proper usage of global variables / node variables / +=

2012-07-12 Thread jcbollinger
On Thursday, July 12, 2012 10:52:23 AM UTC-5, Eric Shamow wrote: Nan is a Puppet Labs guy. One of our best :) His warning about dynamic scoping is something to take seriously. That's not a gratuitous error message - dynamic scoping causes all kinds of problems and has been scheduled for

[Puppet Users] Re: ENC questions

2012-07-12 Thread jcbollinger
On Thursday, July 12, 2012 8:27:16 AM UTC-5, llo...@oreillyauto.com wrote: I've been trying to wrap my head around ENCs. Kelsey Hightower gave me some very useful info in IRC the other day, but there are still some things I can't quite get my head around. From what I can tell, an ENC

Re: [Puppet Users] Re: ENC questions

2012-07-12 Thread Craig White
On Jul 12, 2012, at 2:42 PM, jcbollinger wrote: On Thursday, July 12, 2012 8:27:16 AM UTC-5, llo...@oreillyauto.com wrote: I've been trying to wrap my head around ENCs. Kelsey Hightower gave me some very useful info in IRC the other day, but there are still some things I can't quite

[Puppet Users] Re: problem using apache passenger to run dashboard

2012-07-12 Thread Clay
you don't need a config.ru for puppet-dashboard public folder, I just switched to apache passenger for dashboard, it's working without the config.ru file. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web

[Puppet Users] Re: ENC questions

2012-07-12 Thread llow...@oreillyauto.com
On Thursday, July 12, 2012 4:42:12 PM UTC-5, jcbollinger wrote: On Thursday, July 12, 2012 8:27:16 AM UTC-5, llo...@oreillyauto.com wrote: I've been trying to wrap my head around ENCs. Kelsey Hightower gave me some very useful info in IRC the other day, but there are still some things

Re: [Puppet Users] Re: problem using apache passenger to run dashboard

2012-07-12 Thread Hai Tao
what version of dashboard you are running? can you provide your httpd configuration for dashboard? Thanks. On Thu, Jul 12, 2012 at 2:50 PM, Clay clay...@gmail.com wrote: you don't need a config.ru for puppet-dashboard public folder, I just switched to apache passenger for dashboard, it's

[Puppet Users] Re: OpenssL::BN Error

2012-07-12 Thread Eric Sorenson
That is an (admittedly unhelpful) error which means that the name you gave does not match any certificates the CA knows about. Give it the actual certname rather than 'all'. On Thursday, July 12, 2012 10:52:57 AM UTC-7, Ganesh Ganesh wrote: Hi Guys, I an trying to remove puppetca revoke

Re: [Puppet Users] how to conditionally add users to a virtualized group?

2012-07-12 Thread Jo Rhett
On Jul 12, 2012, at 2:26 PM, jcbollinger wrote: I would avoid that variation on this approach if at all possible. You would sidestep multiple pitfalls if you could determine up front, based on node name and facts, which groups are supposed to be present, instead of attempting to determine

[Puppet Users] Re: How can I list classes available on the puppet master?

2012-07-12 Thread Nick Cammorato
You could do something like this, it's not the cleanest in the world(I barely ever use sed anymore), but as something quick and dirty: curl -k -H Accept: yaml https://puppet:8140/mgmt/resource_types/class | more | grep name: | sed -e 's/^ *name: //;s/id.* //' | sort | uniq It'll have some

[Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-12 Thread Nick Cammorato
I'd like to be able to get a list of all of the classes being applied to my nodes and insert this as a list into mcollective's facts.yaml file. The reason for this is that I have a couple post-commit hooks that parse out changes to specific modules/classes for changelog purposes and I'm

[Puppet Users] Announce: Puppet Dashboard 1.2.10 Available

2012-07-12 Thread William Hopper
1.2.10 is a maintenance release of Puppet Dashboard. It includes contributions from Will Hopper and Moses Mendoza. Thanks to Aaron Patterson for the security content in commit e17269f. This release is available for download at:

Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-12 Thread R.I.Pienaar
- Original Message - From: Nick Cammorato nick_cammor...@terc.edu To: puppet-users@googlegroups.com Sent: Thursday, July 12, 2012 5:35:28 PM Subject: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog? I'd like to be able to get a list of all of the classes being

[Puppet Users] Re: problem using apache passenger to run dashboard

2012-07-12 Thread Clay
I'm running puppet dashboard 1.2.9 , just followed document at http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#running-dashboard-in-a-production-quality-server , [root@puppet conf.d]# grep -v ^# dashboard-vhost.conf Listen 3000 VirtualHost *:3000 ServerName

Re: [Puppet Users] Re: problem using apache passenger to run dashboard

2012-07-12 Thread Hai Tao
that is almost exactly what I have , except I put the mod_passenger.so to /var/lib instead of /var/lib64. LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-3.0.13/ext/apache2/mod_passenger.so PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.13 PassengerRuby

Re: [Puppet Users] Announce: Puppet Dashboard 1.2.10 Available

2012-07-12 Thread Jo Rhett
On Jul 12, 2012, at 4:07 PM, William Hopper wrote: *(#11849) Add rake task to install cron job to clean up database reports This commit adds a rake task to install a monthly cron job to clean up old database reports, as suggested in official Puppet Labs documentation. This allows users

Re: [Puppet Users] Re: How can I list classes available on the puppet master?

2012-07-12 Thread Nan Liu
So this is turning it into a small coding contest =). I needed something similar to this, and there's a pretty easy way to do this with the puppet resource_type face. require 'puppet' require 'puppet/face' Puppet::Face[:resource_type,:current].search('*').find_all {|x|

Re: [Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Peter Brown
Hi Everyone, I just upgraded to this on my ubuntu puppetmaster and I am having issues starting the server. I am running the openjdk-6-jre After some digging i found the options the start script was using and tried to start the daemon manually It gives me this error. start-stop-daemon --start

Re: [Puppet Users] certname doesn't seem to work on the agent

2012-07-12 Thread Peter Brown
You will need to generate the certificate with the name you want to use other wise it will use the fqdn. Try using --certname=name_you_want on the command line when you request the certificate. On 12 July 2012 21:04, Kmbu yum...@hotmail.com wrote: There was no current cert. It was a new host.

Re: [Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Peter Brown
Side note. I downgraded to the old version and it still works so not as urgent now. On 13 July 2012 10:54, Peter Brown rendhal...@gmail.com wrote: Hi Everyone, I just upgraded to this on my ubuntu puppetmaster and I am having issues starting the server. I am running the openjdk-6-jre After

Re: [Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Deepak Giridharagopal
Ouch...I'll take a look at this now! What version of Ubuntu are you on? I'll bring up a VM and try to reproduce this. deepak On Fri, Jul 13, 2012 at 10:54:10AM +1000, Peter Brown rendhal...@gmail.com wrote: Hi Everyone, I just upgraded to this on my ubuntu puppetmaster and I am having

Re: [Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Peter Brown
On 13 July 2012 11:59, Deepak Giridharagopal dee...@puppetlabs.com wrote: Ouch...I'll take a look at this now! What version of Ubuntu are you on? I'll bring up a VM and try to reproduce this. Thanks Deepak. Ubuntu 12.04 (kubuntu actually but same diff) I noticed my jre was updated today as

Re: [Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Peter Brown
Oh on a whim i installed openjdk-7 and got the same results. On 13 July 2012 12:12, Peter Brown rendhal...@gmail.com wrote: On 13 July 2012 11:59, Deepak Giridharagopal dee...@puppetlabs.com wrote: Ouch...I'll take a look at this now! What version of Ubuntu are you on? I'll bring up a VM and

Re: [Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Deepak Giridharagopal
On Fri, Jul 13, 2012 at 12:12:32PM +1000, Peter Brown rendhal...@gmail.com wrote: On 13 July 2012 11:59, Deepak Giridharagopal dee...@puppetlabs.com wrote: Ouch...I'll take a look at this now! What version of Ubuntu are you on? I'll bring up a VM and try to reproduce this. Thanks Deepak.

Re: [Puppet Users] Announce: PuppetDB 0.9.2 Available

2012-07-12 Thread Peter Brown
On 13 July 2012 13:05, Deepak Giridharagopal dee...@puppetlabs.com wrote: On Fri, Jul 13, 2012 at 12:12:32PM +1000, Peter Brown rendhal...@gmail.com wrote: On 13 July 2012 11:59, Deepak Giridharagopal dee...@puppetlabs.com wrote: Ouch...I'll take a look at this now! What version of Ubuntu