Re: [Puppet Users] Puppet Module Writing - understanding clearly package dependency resolution

2015-11-29 Thread warron.french
Thank you Gareth. What you state is what I was thinking. It looks like for me Solaris 10 isn't going to have an easy option for upgrading packages (and their dependencies) considering the environment in which I work. -- Warron French On Sun, Nov 29, 2015 at 7:49 AM,

Re: [Puppet Users] Puppet Module Writing - understanding clearly package dependency resolution

2015-11-29 Thread Gareth Rushgrove
On 29 November 2015 at 03:54, Warron French wrote: > Hello, I am working on writing my first puppet module. I am pretty skilled > in writing complex shell (bash, ksh, sh) scripts so I have some questions in > general about writing a thorough puppet module. > > I want to

[Puppet Users] Puppet 4: default value of a parameter in a module and dependency

2015-11-29 Thread Francois Lafont
Hi, I'm using Puppet 4 and I'm wondering if this (see below) is possible. I have 2 Puppet modules, moda and modb. We can imagine that theses modules have just one class init.pp. The class ::moda has a parameter "param" with the default value defined in the code of "./moda/functions/data.pp". The