[Puppet-dev] does this mean no 2.7.14 ?

2012-05-01 Thread Jo Rhett
On Apr 30, 2012, at 10:57 AM, Daniel Pittman wrote: > As of this morning the Puppet codebase has been frozen in preparation > for the Telly release. Does this mean that 2.7.14 "died in the thunderdome" ? -- Jo Rhett Net Consonance : net philanthropy to improve open source and internet projects.

[Puppet-dev] Re: question regarding hashes/class parameter defaults

2012-05-01 Thread Dan Bode
So, I dopped into the debugger with: $x = inline_template("<%= require 'ruby-debug';debugger;puts 'foo' %>" and realized that the value returned from the statement: $var1_override = $override_hash['var1'] is actually nil. So an easier version of my question is rather or not nil can be treate

[Puppet-dev] question regarding hashes/class parameter defaults

2012-05-01 Thread Dan Bode
Hi all, I have run into an example where Puppet behaves exactly like I hoped it would. I am a little concerned that it may just be a coincidence that it happens to work like this. My question is rather or not the following is specified behavior that I can take advantage of (I may take advantage of

Re: [Puppet-dev] Hiera should have an save API

2012-05-01 Thread Kelsey Hightower
On Tuesday, May 1, 2012 1:32:05 PM UTC-4, R.I. Pienaar wrote: > > > > - Original Message - > > From: "Daniel Pittman" > > To: puppet-dev@googlegroups.com > > Sent: Tuesday, May 1, 2012 6:17:53 PM > > Subject: Re: [Puppet-dev] Hiera should have an save API > > > > On Tue, May 1, 2012

Re: [Puppet-dev] Hiera should have an save API

2012-05-01 Thread Kelsey Hightower
On Tuesday, May 1, 2012 1:17:53 PM UTC-4, Daniel Pittman wrote: > > On Tue, May 1, 2012 at 09:31, Kelsey Hightower > wrote: > > > I'm thinking of adding a new save API to Hiera. The idea is that Hiera > > should provide an iterface for saving data, which should make it easy > for > > front-en

[Puppet-dev] Simple Type/Provider produces error on subsequent Puppet runs

2012-05-01 Thread Brian Warsing
I have run into an issue where a Simple/Type provider will worl correctly on the first run, but subsequent runs produice an error: err: /Stage[main]/Custom/Simple[some_useless_file]: Could not evaluate: No ability to determine if simple exists Here is the code: https://gist.github.com/2569267

Re: [Puppet-dev] Hiera should have an save API

2012-05-01 Thread Daniel Pittman
On Tue, May 1, 2012 at 10:32, R.I.Pienaar wrote: > - Original Message - >> From: "Daniel Pittman" >> To: puppet-dev@googlegroups.com >> Sent: Tuesday, May 1, 2012 6:17:53 PM >> Subject: Re: [Puppet-dev] Hiera should have an save API >> >> On Tue, May 1, 2012 at 09:31, Kelsey Hightower >>

Re: [Puppet-dev] Hiera should have an save API

2012-05-01 Thread R.I.Pienaar
- Original Message - > From: "Daniel Pittman" > To: puppet-dev@googlegroups.com > Sent: Tuesday, May 1, 2012 6:17:53 PM > Subject: Re: [Puppet-dev] Hiera should have an save API > > On Tue, May 1, 2012 at 09:31, Kelsey Hightower > wrote: > > > I'm thinking of adding a new save API to

Re: [Puppet-dev] Hiera should have an save API

2012-05-01 Thread Daniel Pittman
On Tue, May 1, 2012 at 09:31, Kelsey Hightower wrote: > I'm thinking of adding a new save API to Hiera. The idea is that Hiera > should provide an iterface for saving data, which should make it easy for > front-end tools to interact with backends that support saving data. Why does it make it any

[Puppet-dev] Hiera should have an save API

2012-05-01 Thread Kelsey Hightower
I'm thinking of adding a new save API to Hiera. The idea is that Hiera should provide an iterface for saving data, which should make it easy for front-end tools to interact with backends that support saving data. An example of how this might work is shown in the commit message in the following

[Puppet-dev] Re: Creating a system module path (starting with Telly)

2012-05-01 Thread Bill Proud
Sounds good. One problem that I have with the forge is that the extent to which the modules have been tested is not clear to me. Can I take it that the core modules that ship with puppet will have been through a similar testing cycle as puppet itself? On Monday, April 23, 2012 11:03:39 PM UT

[Puppet-dev] (puppetlabs/hiera) (#14256) Adding save API

2012-05-01 Thread wearetherobots
Please review pull request #46: (#14256) Adding save API opened by (kelseyhightower) Description: This patch adds a new API for saving data by delegating to a specific backend. The backend is responsible for saving data based on a key, value, and source. The backend must