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' :
  ensure => present,
  source => 'C:/Maruti/Puppet/apache-tomcat-8.0.30.exe',
  install_options => ['/S','/D=C:\Maruti\Puppet\apache-tomcat-8'],
  description => 'Installing tomcat v8.0.30 on windows system', 
 }
}



Thanks,
Maruti.

On Friday, January 22, 2016 at 2:52:53 PM UTC+5:30, Dirk Heinrichs wrote:

> 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 1596666 <#> (Ansage) 1149
> *Email*: [email protected] <javascript:>
> *Skype*: dirk.heinrichs.recommind
> www.recommind.com
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/49dfc910-4a35-4edc-87f1-686d44f9dfeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to