[Puppet Users] Re: Module params.pp and parametrised variables...

2015-01-13 Thread Gavin Williams
John Cheers again for the response... I had a feeling that the issue was due to evaluation order of params etc... Moving the logic into glassfish::install has had the desired outcome, and all my tests now pass :) The changes I made are here: https://github.com/fatmcgav/fatmcgav-glassfish/c

[Puppet Users] Re: Module params.pp and parametrised variables...

2015-01-13 Thread jcbollinger
On Monday, January 12, 2015 at 9:42:50 AM UTC-6, Gavin Williams wrote: > > John > > Cheers for the response. > > I guess I could have explained the issue a bit better :) > By pattern, I'm referring to using a params.pp class with variable > interpolation... I.e. > > # --glassfish/manifests/par

[Puppet Users] Re: Module params.pp and parametrised variables...

2015-01-12 Thread Gavin Williams
John Cheers for the response. I guess I could have explained the issue a bit better :) By pattern, I'm referring to using a params.pp class with variable interpolation... I.e. # --glassfish/manifests/params.pp#25 $glassfish_download_mirror = "http://download.java.net/glassfish/ > ${glassfis

[Puppet Users] Re: Module params.pp and parametrised variables...

2015-01-12 Thread jcbollinger
On Monday, January 12, 2015 at 5:00:04 AM UTC-6, Gavin Williams wrote: > > Morning all > > I'm trying to add some functionality to my Puppet-Glassfish[1] module to > support providing an alternative download mirror. > > I've made the initial code changes in caa445631d[2], however a couple of >