Re: [Puppet Users] Re: Coding style best practise

2013-04-05 Thread jcbollinger
On Friday, April 5, 2013 3:25:00 AM UTC-5, thbe wrote: > > 2013/4/4 jcbollinger > > >> [...] >> Code following that template should work equally well in any Puppet from >> v2.6 onward, provided that hiera is installed. (Hiera is built-in for >> Puppet 3, but it is a separate add-on to Puppet 2

Re: [Puppet Users] Re: Coding style best practise

2013-04-05 Thread Thomas Bendler
2013/4/4 jcbollinger > [...] > Code following that template should work equally well in any Puppet from > v2.6 onward, provided that hiera is installed. (Hiera is built-in for > Puppet 3, but it is a separate add-on to Puppet 2). > > However, if you are going to go so far as to specify explicit

[Puppet Users] Re: Coding style best practise

2013-04-04 Thread jcbollinger
On Thursday, April 4, 2013 5:38:47 AM UTC-5, thbe wrote: > > Hi @all, > > I've started rewriting some of my modules to achieve separation of logic > and data. So I did some standard layout with init.pp and params.pp for > default values and parametrized classes for individual configuration like