Re: [Puppet Users] How to install tomcat silenlty using puppet on Windows 7

2016-02-11 Thread Maruti Gangumolu
Hi Felix, I was able to resolve the issue by specifying the right modulepath option in the puppet apply command. Thanks, Maruti. On Fri, Feb 12, 2016 at 4:41 AM, Felix Frank < felix.fr...@alumni.tu-berlin.de> wrote: > On 01/28/2016 12:22 PM, Maruti Gangumolu wrote: > >> Thanks Dirk! It worked.

Re: [Puppet Users] How to install tomcat silenlty using puppet on Windows 7

2016-02-11 Thread Felix Frank
On 01/28/2016 12:22 PM, Maruti Gangumolu wrote: Thanks Dirk! It worked. I'm still facing with module class file. When I'm invoking site.pp -> nodes.pp -> init.pp manifest files I'm getting an error that apache class is not found. Could you please help me with it? # Manage apache tomcat v8 appl

Re: [Puppet Users] How to install tomcat silenlty using puppet on Windows 7

2016-01-28 Thread Maruti Gangumolu
Thanks Dirk! It worked. I'm still facing with module class file. When I'm invoking site.pp -> nodes.pp -> init.pp manifest files I'm getting an error that apache class is not found. Could you please help me with it? # Manage apache tomcat v8 application server class apache { package { 'Tomcat8'

Re: [Puppet Users] How to install tomcat silenlty using puppet on Windows 7

2016-01-22 Thread Dirk Heinrichs
Am 21.01.2016 um 19:04 schrieb Maruti Gangumolu: > install_options => ['/VERYSILENT'], I have: install_options => ['/S'], HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansag

[Puppet Users] How to install tomcat silenlty using puppet on Windows 7

2016-01-21 Thread 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