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
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:
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
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
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
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
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:
&
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo