[Puppet-dev] Announce: Puppet Dashboard 1.2.21 available [ security release ]

2013-01-28 Thread Matthaus Owens
Puppet Dashboard 1.2.21 is now available. This release of Puppet Dashboard addresses CVE-2013-0333. All users are strongly encouraged to update when possible. This vulnerability exposes ActiveSupport to unsafe query generation. More information on the vulnerability can be found here: http://cve

Re: [Puppet-dev] New Parsedfile provider & properties???

2013-01-28 Thread Gavin Williams
Ok, couldn't help myself so dived into parsedfile.rb again, and pulled out * self.skip_record?* and *record_type*, and dumped them into the oranfstab.rb provider with some additional debug logging... Think the issue is initially being caused by *self.skip_record?* trying to call *record_type* w

Re: [Puppet-dev] New Parsedfile provider & properties???

2013-01-28 Thread Gavin Williams
Afternoon all Had a code detox over the weekend, and came back to it this morning refreshed, and have fixed several of the issues I was encountering below :) :D Latest code has been pushed to github, but long and short was: 1) S

Re: [Puppet-dev] Re: To publish Netapp network device module?

2013-01-28 Thread Gavin Williams
Ok, I think I've finally got to a point where I'm happy to unleash the module on the world... Still got a few areas to improve on, however I've got a lot of working coming up which means I'm probably going to struggle to find time for further refining... Anyways, onto the issue at hand... I

Re: [Puppet-dev] How I use the Ruby DSL (and I would like to keep it)

2013-01-28 Thread R.I.Pienaar
- Original Message - > From: "Jens Braeuer" > To: puppet-dev@googlegroups.com > Sent: Monday, January 28, 2013 10:13:09 AM > Subject: [Puppet-dev] How I use the Ruby DSL (and I would like to keep it) > > Hi everyone, > > I would like to show my usage of the Ruby DSL. I use this in Prod

[Puppet-dev] How I use the Ruby DSL (and I would like to keep it)

2013-01-28 Thread Jens Braeuer
Hi everyone, I would like to show my usage of the Ruby DSL. I use this in Production and together with Hiera this has been very helpful to me. The main reason for me to use the DSL, was Puppets lack of support for data structures. Maybe I am missing something here, so alternative solutions are ver