[Puppet-dev] The Road to Facter 3

2015-03-04 Thread Kylo Ginsberg
As some of you know, we have been working on a native reimplementation of facter in C++11 in the https://github.com/puppetlabs/cfacter project. At the same time, we've been continuing to add features and fixes in parallel in the ruby facter project at good ol' https://github.com/puppetlabs/facter.

[Puppet-dev] Re: Puppet PR Triage for 2015-03-04 starting soon

2015-03-04 Thread Melissa Stone
Notes from the Community PR Triage meeting are available at https://github.com/puppet-community/community-triage/blob/master/core/notes/2015-03-04.md On Wed, Mar 4, 2015 at 10:02 AM, Melissa Stone wrote: > Starting the PR triage for puppet/facter/hiera at > http://links.puppetlabs.com/pr-triage

[Puppet-dev] [announce] beaker 2.5.1 released

2015-03-04 Thread Kevin Imber
Patch release to repair NC testing. We're looking at our options to include NC smoke tests to prevent this from happening again. Included in this release: - fix for NC Testing - fix upgrade_pe method More details here: https://github.com/puppetlabs/beaker/blob/master/HISTORY.md#LATEST High Fiv

Re: [Puppet-dev] Puppet Dev Status -- week ending Feb 21

2015-03-04 Thread Michael Stahnke
On Tue, Feb 24, 2015 at 10:31 AM, Wil Cooley wrote: > On Mon, Feb 23, 2015 at 2:17 PM, Jeff McCune wrote: > >> On Sun, Feb 22, 2015 at 12:08 PM, Trevor Vaughan >> wrote: >> >>> Yes please. Moving this out of $vardir/ssl will be quite irritating to >>> teach existing users about the new product

Re: [Puppet-dev] Autorequiring parent directories to the home directory in user resources

2015-03-04 Thread Eric Sorenson
I haven't followed this discussion super closely, so I can't weigh in on the merits. But I wanted to compliment and thank everyone involved (especially John) for keeping such a temperate and constructive tone throughout. --eric0 > On Mar 4, 2015, at 1:25 PM, Trevor Vaughan wrote: > > If it w

Re: [Puppet-dev] Autorequiring parent directories to the home directory in user resources

2015-03-04 Thread Trevor Vaughan
> > If it were of surpassing importance to me that all my tools were designed > and behaved exactly exactly as I liked, then I would have no choice but to > write them myself. Although I can be impassioned, in the end, I'm a lot > more pragmatic than that. This should be engraved in stone somewh

Re: [Puppet-dev] Re: Module PR Triage Notes 2015-02-26

2015-03-04 Thread Hunter Haugen
No merge access? -Hunter On Tue, Mar 3, 2015 at 9:27 AM, Daniele Sluijters < daniele.sluijt...@gmail.com> wrote: > Ahem, why u no > https://github.com/puppet-community/community-triage/tree/master/modules/notes > ? > > > On Thursday, 26 February 2015 20:12:56 UTC+1, Hunter Haugen wrote: >> >>

Re: [Puppet-dev] Autorequiring parent directories to the home directory in user resources

2015-03-04 Thread John Bollinger
On Tuesday, March 3, 2015 at 4:34:43 PM UTC-6, Stefan Schulte wrote: > I am not saying that the current behaviour is correct/better or that your > argument is invalid (you have a good point IMHO). I just wanted to point > out that it is implemented for quite a while now and personally I am n

[Puppet-dev] Puppet PR Triage for 2015-03-04 starting soon

2015-03-04 Thread Melissa Stone
Starting the PR triage for puppet/facter/hiera at http://links.puppetlabs.com/pr-triage -- Melissa Stone Release Engineer, Puppet Labs -- *Join us at **PuppetConf 2015, October 5-9 in Portland, OR - * http://2015.puppetconf.com. *Register early to

Re: [Puppet-dev] Extending the File Type to allow setting an (Amazon Web Services) s3:/// URI

2015-03-04 Thread Luke Kanies
FWIW - I love that you’re adding this, people have been asking for this kind of thing for years, and I agree it’s much cleaner and better to have it in the core type. > On Jan 22, 2015, at 4:44 AM, Felix Frank > wrote: > > Hi, > > I'm working on a similar feature request in order to support

Re: [Puppet-dev] Extending the File Type to allow setting an (Amazon Web Services) s3:/// URI

2015-03-04 Thread Peter Foley
Hi Felix, Thanks for the pointer to your pull request. I now have working code to pull a file out of an s3 bucket modeled on your code, instructions to try it are included in the github PR. I still need to write documentation and spec tests. https://tickets.puppetlabs.com/browse/PUP-4080 htt