On Tuesday, February 25, 2014 5:10:25 AM UTC-6, Helen Paterson wrote:
>
> class installjava7::x86 {
>
>
>
>package { 'Java 7 Update 51':
> ensure =>'7.0.510' ,
> source => '\\cam-OPS20\Install\IT
> Apps\Java\jre-7u51-windows-i586.exe',
> inst
class installjava7::x86 {
package { 'Java 7 Update 51':
ensure =>'7.0.510' ,
source => '\\cam-OPS20\Install\IT
Apps\Java\jre-7u51-windows-i586.exe',
install_options => [
'/s','STATIC=1','JAVAUPDATE=0','AUTOUPDATECHECK=0',"INSTALLDIR=${::javahom
Hi,
On 02/25/2014 11:30 AM, Helen Paterson wrote:
> Thank you, although that works, it means all other install options are
> ignored ','JAVAUPDATE=0','AUTOUPDATECHECK=0. as check for updates is enabled
that wouldn't appear to be a puppet related problem. To be safe, though,
can you share the rele
Thank you, although that works, it means all other install options are
ignored ','JAVAUPDATE=0','AUTOUPDATECHECK=0. as check for updates is enabled
On Tuesday, February 25, 2014 9:57:45 AM UTC, Johan De Wit wrote:
>
> Hi Helen,
>
> "INSTALLDIR=${::agenthome}\jre"
>
> HTH
>
> Jo
> should do the t
Hi Helen,
"INSTALLDIR=${::agenthome}\jre"
HTH
Jo
should do the trick
On 02/25/2014 10:52 AM, Helen Paterson wrote:
Hi,
What is the syntax for install_options containing a variable ?
This code below works fine,but i'd like to remove D:\BuildAgent\jre'
and replace it with ${::javahome}, what
Hi,
What is the syntax for install_options containing a variable ?
This code below works fine,but i'd like to remove D:\BuildAgent\jre' and
replace it with ${::javahome}, what should the syntax be?
install_options => [
'/s','STATIC=1','JAVAUPDATE=0','AUTOUPDATECHECK=0',
'INSTAL