Re: [Puppet-dev] Re: Puppet 4 function dispatch

2017-05-23 Thread Dean Wilson
; at the end of the list? It is an option, but it means that the calling syntax is the opposite of calling the current epp function which is less than ideal. Thanks for the answer. -- Dean Wilson http://www.unixdaemon.net Profanity is the one language all programmers understand --

[Puppet-dev] Puppet 4 function dispatch

2017-05-23 Thread Dean Wilson
#x27;], { }) but that extra bit of array syntax feels unwieldy. In general the puppet 4 function dispatch stuff has been quite nice to work with, so congrats on that. Dean -- Dean Wilson http://www.unixdaemon.net -- You received this message because you are subscribed to the G

Re: [Puppet-dev] Re: The Future of Puppet [Was: Deprecation logs]

2016-04-12 Thread Dean Wilson
but the master itself is a bit of a mismatch to the kind of architecture you want to be moving towards. That's a bit of a tangent though. Dean -- Dean Wilson http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this mes

Re: [Puppet-dev] Re: The Future of Puppet [Was: Deprecation logs]

2016-04-12 Thread Dean Wilson
neck of people finding out their tool chain was puppet 3 only and deferring their own investigations again. I'll also take this opportunity to single out the great work David Schmitt did in helping bring Puppet 4 to puppet-syntax. That kind of outreach to community projects should happen more.

Re: [Puppet-dev] Puppet Master Profiles

2014-09-29 Thread Dean Wilson
quite a few admins from reviewing and running it (IMHO). Dean -- Dean Wilson http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers"

Re: [Puppet-dev] Re: Selectively noop-ing resources based on the presence of other catalog resources.

2013-08-19 Thread Dean Wilson
a great to have. Dean -- Dean Wilson http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and s

Re: [Puppet-dev] Cisco Networkdevice Module

2013-07-12 Thread Dean Wilson
; +1, it's always harder to iterate in puppet core, and much easier to > improve as a module for these type of functionality. I would much rather > update my module than upgrade puppet for these type of improvements. > Hate to just +1 but - agreed. Dean -- Dean Wilson h

Re: [Puppet-dev] PR hiera/137 - recursive hiera data item lookups

2013-06-26 Thread Dean Wilson
On 26 June 2013 17:29, Trevor Vaughan wrote: > Something like % == scope and ^ == hiera? With the previous example: > scope{potto01_ip} and hiera{potto01_ip} > And this fits nicely with the often proposed (and not yet accepted afaik) facts hash. facts['osfamily'] D

Re: [Puppet-dev] Marking expired puppet resources

2013-06-24 Thread Dean Wilson
over the class level thing but I think a metaparam is still the way to go for finer grained deprecations. I'm happy to write a function based version for now but I'd be interested in peoples view of the metaparam approach. Dean -- Dean Wilson http://www.unixdaemon

[Puppet-dev] Marking expired puppet resources

2013-04-26 Thread Dean Wilson
;mmdd' } Function call class foo { deprecate '20140101', 'The future has arrived, use bars!' ... } What does the list think? Dean PS Maybe expires is a better name for this. Commence bike shedding ;) -- Dean Wilson http://www.unixdaemon.net Profanity is

Re: [Puppet-dev] Re: Using a private RPM database with Puppet

2013-02-20 Thread Dean Wilson
On 20 February 2013 17:40, David Gordon wrote: > Thanks, but I've got to do this without any root access at all... Does your puppet run as a non-root user? if so you'll probably get bitten by - vi +/'def checkRootUID' /usr/share/yum-cli/yumcommands.py Dean -- Dean Wi

Re: [Puppet-dev] Re: Using a private RPM database with Puppet

2013-02-20 Thread Dean Wilson
myrpmdbpath/rpm and of course you can deploy that file with puppet. Not sure I'd follow this path though. Dean -- Dean Wilson http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscrib

Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread Dean Wilson
es I have to agree with what Brice has eloquently said throughout his mail. I think it has become harder to casually keep up as an interested observer and requires a bigger time investment than it used to, and that's not just because of the increased development output. Dean -- Dean Wilson 

[Puppet-dev] Pre and post certificate command hooks

2012-02-01 Thread Dean Wilson
I intend. https://github.com/deanwilson/puppet/tree/auth_commands Comments and feedback welcome. Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Goog

Re: [Puppet-dev] ANNOUNCE: Facter 1.6.1rc2

2011-09-13 Thread Dean Wilson
;  (#8461) "Stack level too deep" when unknown fact is requested I'd add a +1 to this having been bitten by it on a couple of dozen machines. Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You

Re: [Puppet-dev] Package type: enable/disable repo vs options (#2247 vs #4113)

2011-06-03 Thread Dean Wilson
r the occasional package. When installing from backports apt-get install foo becomes apt-get -t lenny-backports install foo I don't use Debian much any more but that would have been useful to me. Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all p

Re: [Puppet-dev] Re: "Open Source Team" planning meeting summary

2011-06-01 Thread Dean Wilson
On 1 June 2011 06:52, Andrew Forgue wrote: > #3910 - Server is not authoritative over client environment when specified > in an ENC +1 for this. Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You re

Re: [Puppet-dev] [PATCH/puppet 1/1] (5909) Function to dyncamically generate resources.

2011-03-17 Thread Dean Wilson
Although I'm probably bad for never refactering it out. Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers&quo

[Puppet-dev] [PATCH] Add ip_in_range function

2011-02-03 Thread Dean Wilson
lid IP range" do +lambda { @scope.function_ip_in_range( ["192.168.100.12", "192.168.100.0/CC"] ) }.should( raise_error(Puppet::ParseError)) +lambda { @scope.function_ip_in_range( ["192.168.100.12", "192.168/24"] ) }.should( ra

Re: [Puppet-dev] RFC - introduction of self keyword

2011-02-01 Thread Dean Wilson
sses to be specified as the dependency. Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to th

Re: [Puppet-dev] Best way to parse /etc/services

2010-11-22 Thread Dean Wilson
asic support for types with composite keys in the code base from 2.6 onwards. Might be worth looking at https://github.com/lak/puppet/commit/7c6b883 as a starting point. I'd be interested in seeing an example type using a composite namevar if anyone has one to share. Dean -- Dean Wilson 

Re: [Puppet-dev] Potential fix for issue 4058 - Specify delimiter for host resource

2010-11-12 Thread Dean Wilson
ch a thing. >From the feedback on the ticket it looks like this was never a real issue so unless anyone comes up with a burning reason that they need this feature feel free to ignore the patch. Dean -- Dean Wilson               http://www.unixdaemon.net @unixdaemon Profanity is the one

Re: [Puppet-dev] Potential fix for issue 4058 - Specify delimiter for host resource

2010-11-11 Thread Dean Wilson
he past. The ticket, and this patch, wants to let you specify whatever white space you want as your delimiter. I personally don't suffer from this issue but the ticket had been accepted and i thought it'd be interesting to work on. Dean -- Dean Wilson               http://www.unixda

[Puppet-dev] Potential fix for issue 4058 - Specify delimiter for host resource

2010-11-08 Thread Dean Wilson
provider as it only seems to use the defaultto specified in the type for records it actually manages. Thoughts and suggestions are welcome. Dean -- Dean Wilson               http://www.unixdaemon.net @unixdaemon Profanity is the one language all programmers understand --- Anon -- You rece

Re: [Puppet-dev] No puppet developer patches to the puppet-dev list

2010-10-28 Thread Dean Wilson
ustom types. Dean -- Dean Wilson               http://www.unixdaemon.net @unixdaemon Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group,

Re: [Puppet-dev] Asynchronous catalog compiles

2010-10-01 Thread Dean Wilson
On 1 October 2010 15:44, James Turnbull wrote: > Where "upstream" is...? In this case RHEL / Centos 5 with an attempt to keep the number of third party repos down. (but EPEL is fine) Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language al

Re: [Puppet-dev] Asynchronous catalog compiles

2010-10-01 Thread Dean Wilson
senger problem for us is the lack of upstream packaging, Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers" grou

Re: [Puppet-dev] Patch for "Add an "Expire" parameter to the User type reference"

2010-09-03 Thread Dean Wilson
Will this do? http://github.com/deanwilson/puppet/tree/user_expiry On 4 September 2010 00:17, James Turnbull wrote: > Dean Wilson wrote: >> On 26 August 2010 21:33, James Turnbull wrote: >>> Dean Wilson wrote: >>>> I've attached a patch for a possible fix to

Re: [Puppet-dev] Patch for "Add an "Expire" parameter to the User type reference"

2010-08-27 Thread Dean Wilson
On 26 August 2010 21:33, James Turnbull wrote: > Dean Wilson wrote: >> I've attached a patch for a possible fix to >> http://projects.puppetlabs.com/issues/2224 (among other similar > +1 from me. I've attached a rebased version that includes some simple specs and

[Puppet-dev] Patch for "Add an "Expire" parameter to the User type reference"

2010-08-26 Thread Dean Wilson
d eyes. Thanks, Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to pu

[Puppet-dev] Re: Possible fix for #4418

2010-08-19 Thread Dean Wilson
Bump. On 13 August 2010 13:53, Dean Wilson wrote: > I've attached a possble fix for > http://projects.puppetlabs.com/issues/4418 - it's > not ideal as this could end up being quite a large list and it is a little > heavy > handed. What do people think? Dean -- Dean

[Puppet-dev] Add fact execution timing to the facter binary

2010-08-17 Thread Dean Wilson
e. Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one language all programmers understand --- Anon -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-...@

[Puppet-dev] Possible fix for #4418

2010-08-13 Thread Dean Wilson
I've attached a possble fix for http://projects.puppetlabs.com/issues/4418 - it's not ideal as this could end up being quite a large list and it is a little heavy handed. What do people think? Dean -- Dean Wilson               http://www.unixdaemon.net Profanity is the one la

[Puppet-dev] Re: [PATCH] Make rake alltests work

2009-03-02 Thread Dean Wilson
2009/3/2 Paul Nasrat : > I'd personally be in favour nuking the whole target, but this works in > a principal of least suprise to people running rake -T Which is exactly how I stumbled on to it. Dean -- Dean Wilson http://www.unixdaemon.net Profanity is the one l

[Puppet-dev] [PATCH] Make rake alltests work

2009-03-02 Thread Dean Wilson
Signed-off-by: Dean Wilson --- tasks/rake/reductive.rb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/rake/reductive.rb b/tasks/rake/reductive.rb index 2fbd2b4..ed4abd9 100644 --- a/tasks/rake/reductive.rb +++ b/tasks/rake/reductive.rb @@ -455,10 +455,10