[Puppet-dev] Re: Leaving Puppet Labs

2014-11-05 Thread Raphaël Pinson
It's been great working with you. Hope you enjoy your new job as much as this one! -- Raphaël Pinson On Wednesday, November 5, 2014 6:28:23 PM UTC+1, Andy Parker wrote: > > This is one of the hardest emails that I've ever had to write, but the > best way, I suppose, is to get the really hard

Re: [Puppet-dev] Leaving Puppet Labs

2014-11-05 Thread William Van Hevelingen
Thanks for all the hard work Andy! Good luck with your future endeavors. William Van Hevelingen (blkperl) On Wed, Nov 5, 2014 at 12:28 PM, Andy Parker wrote: > This is one of the hardest emails that I've ever had to write, but the > best way, I suppose, is to get the really hard part out of the

[Puppet-dev] Improving the Resources Resource Type

2014-11-05 Thread Henrik Lindberg
Hi, I am bringing up this topic because of a recent discussion and PR for the ticket https://tickets.puppetlabs.com/browse/PUP-1486 Here is a recap. The Resources resource is used to "manage unmanaged" resources of a particular given type - e.g. to purge users, groups etc. that are not other

Re: [Puppet-dev] Re: Puppet PR Triage 2014-11-05

2014-11-05 Thread Josh Cooper
On Wed, Nov 5, 2014 at 12:06 PM, Henrik Lindberg < henrik.lindb...@cloudsmith.com> wrote: > On 2014-05-11 18:00, Josh Cooper wrote: > >> Starting the PR triage for puppet/facter/hiera in an hour (10am PST) at >> http://links.puppetlabs.com/__pr-triage >> >>

[Puppet-dev] Re: The string to number torture never stops

2014-11-05 Thread Henrik Lindberg
On 2014-05-11 15:45, Joshua Hoblitt wrote: On 11/04/2014 09:09 PM, Joshua Hoblitt wrote: On 11/04/2014 01:04 PM, Andy Parker wrote: It would also provide at lot more confidence that a manifest is 4x safe if it passes `puppet parser validate`. Without that you'd have to worry

[Puppet-dev] Re: Puppet PR Triage 2014-11-05

2014-11-05 Thread Henrik Lindberg
On 2014-05-11 18:00, Josh Cooper wrote: Starting the PR triage for puppet/facter/hiera in an hour (10am PST) at http://links.puppetlabs.com/__pr-triage Notes from the meeting are here: https://github.com/puppet-community/community-triage/blob/master/cor

Re: [Puppet-dev] How should apply behave under an ENC

2014-11-05 Thread Andy Parker
On Wed, Oct 22, 2014 at 1:46 PM, John Bollinger wrote: > On Tuesday, October 21, 2014 3:40:19 PM UTC-5, Felix Frank wrote: >> >> All things considered, we find ourselves in a fine position to choose >> our poison. There were more votes from the 2/2a camps, but also good >> points from RI in favor

[Puppet-dev] Leaving Puppet Labs

2014-11-05 Thread Andy Parker
This is one of the hardest emails that I've ever had to write, but the best way, I suppose, is to get the really hard part out of the way first. I've decided to move on from my time at Puppet Labs. My last day will be November 14th. My reason for leaving is pretty non-spectacular: after working re

Re: [Puppet-dev] Setting log levels in puppet.conf

2014-11-05 Thread David Schmitt
True. Making "--test" a "must be at least info", instead of exactly equal makes sense and doesn't violate my statement. D. On 2014-11-05 09:58, Michael Smith wrote: I agree, though I like changing the definition of --test to be at least --info instead of exactly (solution 1). It makes the beh

[Puppet-dev] Puppet PR Triage 2014-11-05

2014-11-05 Thread Josh Cooper
Starting the PR triage for puppet/facter/hiera in an hour (10am PST) at http://links.puppetlabs.com/pr-triage Josh -- Josh Cooper Developer, Puppet Labs *Join us at **PuppetConf 2015, October 5-9 in Portland, OR - * http://2015.puppetconf.com. *Register early to save 40%!* -- You received thi

Re: [Puppet-dev] Setting log levels in puppet.conf

2014-11-05 Thread Joshua Hoblitt
On 11/04/2014 11:53 PM, David Schmitt wrote: > > Commandline options should always trump config file settings for > reduced surprise factor. ^^^ This -Josh -- -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group

Re: [Puppet-dev] Re: The string to number torture never stops

2014-11-05 Thread Joshua Hoblitt
On 11/04/2014 09:09 PM, Joshua Hoblitt wrote: > On 11/04/2014 01:04 PM, Andy Parker wrote: >> >> >> It would also provide at lot more confidence that a manifest is >> 4x safe >> if it passes `puppet parser validate`. Without that you'd have >> to worry >> about conditional expr

Re: [Puppet-dev] Setting log levels in puppet.conf

2014-11-05 Thread Jim Toth
On Wed, Nov 5, 2014 at 1:53 AM, David Schmitt wrote: > Commandline options should always trump config file settings for reduced > surprise factor. > I agree, but in this case, the fact that --verbose would ever *decrease* the log level *is* the surprising thing. I expect puppet verb1 --verbo

Re: [Puppet-dev] Setting log levels in puppet.conf

2014-11-05 Thread Michael Smith
I agree, though I like changing the definition of --test to be at least --info instead of exactly (solution 1). It makes the behavior more useful. Sent from my iPad > On Nov 4, 2014, at 10:53 PM, David Schmitt wrote: > >> On 2014-11-04 22:46, Josh Cooper wrote: >> Stefan Goethals added the abi