Re: [Puppet-dev] Data in Modules. Current status?

2013-12-17 Thread Eric Sorenson
Alessandro Franceschi wrote: Hi all, I suppose most of you have read R.I.Pienaar's blog post about his module_data module: http://www.devco.net/archives/2013/12/08/better-puppet-modules-using-hiera-data.php?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+planetpuppet+%28Planet+Puppet%2

[Puppet-dev] Announce: Facter 1.7.4 Available

2013-12-17 Thread Melissa Stone
Facter 1.7.4 --- - Final: Released December 17, 2013 - RC1: December 9, 2013 Facter 1.7.4 Downloads -- Source: https://downloads.puppetlabs.com/facter/facter-1.7.4.tar.gz Available in native package format in the pre-

Re: [Puppet-dev] puppetmasters*:/var/lib/puppet/reports/*/*.yaml

2013-12-17 Thread Andy Parker
On Mon, Dec 16, 2013 at 1:42 PM, Stuart Cracraft wrote: > Apparently Puppet-Dashboard has the capability to provide CSV equivalents > of all YAML > files incoming from the cloud. > > If true, that means the code has already been written. If it is > open-source, that is what I'm > after as I don't

[Puppet-dev] Pull Request Triage Tomorrow (Wed. 17th Dec)

2013-12-17 Thread Andy Parker
The next pull request triage will be tomorrow (9am Pacific). We'll be going over the PRs in Puppet, Facter, Hiera, and Stdlib and either taking action on them right then or deciding to do something with them afterward. If you have opinions, knowledge, or just curiosity you can join in by attending

Re: [Puppet-dev] ensure property is always retrieve, even if useless

2013-12-17 Thread Andy Parker
On Tue, Dec 17, 2013 at 7:42 AM, DEGREMONT Aurelien < aurelien.degrem...@cea.fr> wrote: > Hello > > Working on upgrading from 0.25 to 3.x, I faced a regression regarding > Service ensure behavior. > > In 0.25, this code, on a RedHat system: > > service { 'ntpd': > enable => false, > hassta

[Puppet-dev] ensure property is always retrieve, even if useless

2013-12-17 Thread DEGREMONT Aurelien
Hello Working on upgrading from 0.25 to 3.x, I faced a regression regarding Service ensure behavior. In 0.25, this code, on a RedHat system: service { 'ntpd': enable => false, hasstatus => true; } would trigger: /sbin/chkconfig ntpd and NO: service ntpd status Starting from 2.6 a

[Puppet-dev] Data in Modules. Current status?

2013-12-17 Thread Alessandro Franceschi
Hi all, I suppose most of you have read R.I.Pienaar's blog post about his module_data module: http://www.devco.net/archives/2013/12/08/better-puppet-modules-using-hiera-data.php?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+planetpuppet+%28Planet+Puppet%29 I've played a bit with it s