I don't think this is a puppet issue. I suspect /VERISILENT is wrong. Try 
googling for tomcat and silent install. 

And read the docs too about package type on windows: 
https://docs.puppetlabs.com/puppet/3.6/reference/resources_package_windows.html 
. I guess "tomcat-8" isn't correct.

- Thomas

Am Freitag, 22. Januar 2016 01:38:53 UTC+1 schrieb Maruti Gangumolu:
>
> Hi,
>
> I'm new user to puppet tool and I have few issues while installing tomcat 
> silently on windows. this is my manifest file
>
> package { 'tomcat-8' :
>   ensure => present,
>   source => 'C:/abc/Puppet/apache-tomcat-8.0.30.exe',
>   install_options => ['/VERYSILENT'],
>   description => 'Installing tomcat v8.0.30 on windows system',
>  }
>
> The issue is GUI application is popping up for installation and How can I 
> avoid it?
>
> Thanks,
> Maruti.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/820e5c94-8c25-4cb3-b824-7ae18e517a54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to