[Puppet-dev] Bug #1372 and Armatures

2013-03-04 Thread llowder
All, I have setup an armature to discuss and propose a potential fix for bug #1372 (https://projects.puppetlabs.com/issues/1372). It is still a rough, and early draft, but what I have been able to get written up so far is available at https://github.com/llowder/armatures/blob/master/arm-10

[Puppet-dev] Re: Inheriting defaults from a ::params class in a define type

2013-02-25 Thread llowder
On Sunday, February 24, 2013 10:27:13 PM UTC-6, James Polley wrote: > > We're using ::params classes quite extensively to share values across all > classes in a module: > > class myclass ( > $param1 = $myclass::params::param1 > ) inherits myclass::params { > ... code ... > } > > class myclass:

[Puppet-dev] Re: Kill facter 2.x branch and release 1.7 soon

2013-02-06 Thread llowder
On Wednesday, February 6, 2013 4:35:42 PM UTC-6, Jeff McCune wrote: > > Hey everyone, > > I'd like to take a quick moment and let everyone know that we're planning > on deleting the 2.x branch in the facter repository. The master branch > contains all of the same functionality and will become

[Puppet-dev] Re: [Puppet Users] Re: Announce: Puppet Dashboard 1.2.19 Available

2013-01-16 Thread llowder
On Wednesday, January 16, 2013 7:22:15 AM UTC-6, bernard...@morpho.com wrote: > > I did not understand : there is a new version of the dashboard ? I thought > that the dashboard was deprecated and that Puppet Lab will no work on it > anymore ... > > What is the status please ? > > Work on Da

Re: [Puppet-dev] hiera and defines

2012-12-20 Thread llowder
On Thursday, December 20, 2012 12:47:54 PM UTC-6, Andy Parker wrote: > > On Thu, Dec 20, 2012 at 10:23 AM, llowder > > wrote: > >> I plan on opening a feature request on this, but I wanted to start a >> discussion and get an idea of possibilities and implications bef

[Puppet-dev] hiera and defines

2012-12-20 Thread llowder
I plan on opening a feature request on this, but I wanted to start a discussion and get an idea of possibilities and implications before I did. I think it would be nice to be able to use the databinding feature of hiera / puppet 3 with defines. Now, since defined types are not singletons, it do

Re: [Puppet-dev] Fixing #1372

2012-11-27 Thread llowder
On Tuesday, November 27, 2012 1:10:02 PM UTC-6, Andy Parker wrote: > > On Tue, Nov 27, 2012 at 1:26 AM, Erik Dalén > > > wrote: > >> On Monday 26 November 2012 at 18:58, Andy Parker wrote: >> > On Mon, Nov 26, 2012 at 8:28 AM, llowder >> > (mailto: &

Re: [Puppet-dev] Fixing #1372

2012-11-26 Thread llowder
On Monday, November 26, 2012 11:58:07 AM UTC-6, Andy Parker wrote: > > On Mon, Nov 26, 2012 at 8:28 AM, llowder >wrote: > >> After doing some digging and poking around, I have found out why it is >> doing what it is doing, and why include and param syntaxes work differ

[Puppet-dev] Fixing #1372

2012-11-26 Thread llowder
After doing some digging and poking around, I have found out why it is doing what it is doing, and why include and param syntaxes work differently. There are a few different ways to fix this, but the implications are somewhat wide reaching and there isn't an easy fix. The basic problem is that

Re: [Puppet-dev] Tracking down #1372

2012-11-21 Thread llowder
On Wednesday, November 21, 2012 7:56:45 AM UTC-6, llowder wrote: > > > > On Tuesday, November 20, 2012 4:45:59 PM UTC-6, Andy Parker wrote: >> >> On Tue, Nov 20, 2012 at 2:31 PM, llowder wrote: >> >>> I'm currently working on trying to track down #13

Re: [Puppet-dev] Tracking down #1372

2012-11-21 Thread llowder
On Tuesday, November 20, 2012 4:45:59 PM UTC-6, Andy Parker wrote: > > On Tue, Nov 20, 2012 at 2:31 PM, llowder >wrote: > >> I'm currently working on trying to track down #1372 [1]. Somewhat new to >> this process as well. >> >> > Oh, I just remember

[Puppet-dev] Tracking down #1372

2012-11-20 Thread llowder
or me? Thanks. [1] http://projects.puppetlabs.com/issues/1372 [2] https://github.com/llowder/puppet/blob/1372_data_gathering/spec/integration/parser/node_class_same_spec.rb -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To view this di

[Puppet-dev] puppet parser questions

2012-09-21 Thread llowder
Are there any documents available that discuss how to use the puppet parser from code, such as to make use of it in other projects? I looked around the puppet site, but did not find anything, though it is possible I just used the wrong search terms. I'm getting ready to start developing some to

[Puppet-dev] Re: Announce: Hiera-Puppet 1.0.0 available

2012-08-29 Thread llowder
On Tuesday, August 28, 2012 5:32:56 PM UTC-5, Matthaus Litteken wrote: > > We are happy to announce Hiera-Puppet 1.0.0. > > That is good news, however, doesn't this rely on hiera 1.0.0? Any word on when that will be out of RC and a final release will be ready? > It includes Puppet functions

Re: [Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-08-22 Thread llowder
On Tuesday, August 21, 2012 12:16:50 AM UTC-5, llowder wrote: > > > > On Monday, August 20, 2012 6:59:55 PM UTC-5, Andy Parker wrote: >> >> Parsing that whole mess apart it looks like you have 3 failures (in >> the stack trace they should up as the "F" ri

Re: [Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-08-20 Thread llowder
es.yaml I am using a symlink rather than a git repo for my stdlib and hiera-puppet usage. I think, however, what I need to do is adjust the hiera.yaml used in the tests, but at least now I know where to look and what direction to head. Thank you very much. > On Mon, Aug 20, 2012 at 2:03 P

Re: [Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-08-20 Thread llowder
On Monday, August 20, 2012 3:48:28 PM UTC-5, Andy Parker wrote: > > That error isn't really all that specific. We need the stack trace > that goes along with it to figure out more. Can you try adding > > before :each do > Puppet[:trace] = true > end > > That might give more useful in

Re: [Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-08-20 Thread llowder
Sorry to re-open this, but I finished my initial testing and started doing the process of writing tests for my actual production system. I installed the following gems: diff-lcs (1.1.3) hiera (0.3.0) hiera-puppet (0.3.0) metaclass (0.0.1) mocha (0.12.1) puppet-lint (0.1.13) puppetlabs_spec_helpe

[Puppet-dev] Puppet 3 (rc3) / Hiera 1 (rc4) / Hiera-puppet 1 (rc2)

2012-08-07 Thread llowder
This email is mostly for Kelsey Hightower's benefit, but by no means is exclusively for him. On Ubuntu 12.04 (32bit, 'server'), after installing puppet 3 (rc3) hiera 1 (rc4) and hiera-puppet (rc2, from source) These are the steps I took to get hiera/hiera-puppet working: --- mkdir –p /etc/pup

Re: [Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-08-02 Thread llowder
abs_spec_helper/pull/15 > > Thank you all very much. I have things working now - or at least working more than they were, and am able to start writing and debugging my tests. I applied the patch from the pull request and it is working wonderfully so far. > HTH, > Justin > &g

Re: [Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-07-31 Thread llowder
On Tuesday, July 31, 2012 2:12:59 PM UTC-5, Andy Parker wrote: > > On Tue, Jul 31, 2012 at 8:57 AM, llowder wrote: > >> First off, I would like to apologize for the intrusion of my user based >> questions to this list. >> >> > No problem. I think this

[Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-07-31 Thread llowder
First off, I would like to apologize for the intrusion of my user based questions to this list. I have asked in the user mailing list and the user IRC channel and not been able to find a solution. It was recommended to me in the IRC channel that I ask here. I am trying to write some spec tests