Re: [Puppet Users] Re: Concat params along a node.

2015-06-25 Thread jcbollinger
On Wednesday, June 24, 2015 at 6:31:06 AM UTC-5, Albert Shih wrote: > > Le 19/06/2015 à 05:59:54-0700, jcbollinger a écrit > [...] > > > > There are many examples of this sort of thing available on the Forge and > > elsewhere. If you want more concrete advice, then pose a more concrete > >

Re: [Puppet Users] Re: Concat params along a node.

2015-06-24 Thread Albert Shih
Le 19/06/2015 à 05:59:54-0700, jcbollinger a écrit > Hi, > Sorry for the long time between my answer. And thank you for everything. > > That's not the case you first presented. Nevertheless, you can use an array > title if all the parameters take the same values, in which case it simply > lo

Re: [Puppet Users] Re: Concat params along a node.

2015-06-19 Thread jcbollinger
On Thursday, June 18, 2015 at 9:17:10 AM UTC-5, Albert Shih wrote: > > Le 12/06/2015 à 07:06:49-0700, jcbollinger a écrit > > > > You don't. If you were willing to write a custom function or possibly > to > > That' sucks ... > > > engage in some ruby-fu inan inline template then you could e

Re: [Puppet Users] Re: Concat params along a node.

2015-06-18 Thread Albert Shih
Le 12/06/2015 à 07:06:49-0700, jcbollinger a écrit > > You don't. If you were willing to write a custom function or possibly to That' sucks ... > engage in some ruby-fu inan inline template then you could extract a list of > the titles of all Things::Addthing resources declared to that point du

[Puppet Users] Re: Concat params along a node.

2015-06-12 Thread jcbollinger
On Thursday, June 11, 2015 at 3:23:55 PM UTC-5, Albert Shih wrote: > > Hi, > > Let's say I have a module to manage something on a server so > > modules/things/manifests/init.pp > /addthing.pp > > the addthing.pp whould be a define. > > And I use this « addthing »