Re: [Puppet Users] Install MSI packages

2014-01-24 Thread Rob Reynolds
This should be helpful - http://docs.puppetlabs.com/windows/installing.html#automated-installation On Fri, Jan 24, 2014 at 2:35 AM, wrote: > Hi Rob, > > I did not see that! I will try it this way. Puppet version is 3.4 Open > Source. > > The other question I have is where can I get a list of i

Re: [Puppet Users] Install MSI packages

2014-01-24 Thread pskovshurik
Hi Rob, I did not see that! I will try it this way. Puppet version is 3.4 Open Source. The other question I have is where can I get a list of install_option flags for MSI packages? There are some examples such as INSTALLDIR and ALLUSERS but this is not a complete list. Thanks again Alex On

Re: [Puppet Users] Install MSI packages

2014-01-23 Thread Rob Reynolds
Hello Alex, On Thu, Jan 23, 2014 at 12:01 PM, wrote: > Hi, > > I would like to install Apache silently on Windows servers using Puppet. > Here's my class: > > class base_apache { > > case $operatingsystem { > windows: { > file { 'apache_installer_p

[Puppet Users] Install MSI packages

2014-01-23 Thread pskovshurik
Hi, I would like to install Apache silently on Windows servers using Puppet. Here's my class: class base_apache { case $operatingsystem { windows: { file { 'apache_installer_package': path=> 'D:/Download