Re: [Puppet Users] Re: Copy files after Apache install...but only once.

2014-02-02 Thread pskovshurik
Thanks John and Louis. That's what I was thinking as well. I went in a slightly different direction - I check whether a package is installed and then execute the package and file bits if not Alex On Saturday, February 1, 2014 8:23:25 AM UTC, Louis Coilliot wrote: > > Hello, > > for a an individ

[Puppet Users] Copy files after Apache install...but only once.

2014-01-30 Thread pskovshurik
Hi, I am trying to install Apache with a default set of config files. I have the following class: class base_apache { case $operatingsystem { windows: { file { 'apache_installer_package': path=> 'D:/Downloads/Puppet/', ensure

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

[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

[Puppet Users] Re: Replacing file errors: getaddrinfo: No such host is known

2014-01-17 Thread pskovshurik
I am an idiot. The issue was indeed with filebucket configuration in site.pp, which was copied over from another server. As soon as I changed it, it started working! Thanks Jose! On Thursday, January 16, 2014 8:24:49 PM UTC, pskov...@gmail.com wrote: > > What's filebucket? Don't think I've be

[Puppet Users] Replacing file errors: getaddrinfo: No such host is known

2014-01-16 Thread pskovshurik
What's filebucket? Don't think I've been introduced to that yet Debug or verbose isn't giving anything useful :( -- 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

[Puppet Users] Replacing file errors: getaddrinfo: No such host is known

2014-01-16 Thread pskovshurik
Hi guys, I am new to Puppet and have a very strange error that I cannot seem to solve. I am using Puppet Master 3.4.1 with Apache/Passenger config in CentOS and my Puppet Agent in Windows. When I try to create a file that doesn't exist using Puppet, it works fine. In this case, I am simply cr

[Puppet Users] New puppet user - masterless

2014-01-09 Thread pskovshurik
Hi everyone, We have a number of servers that we would like to manage remotely - mainly to set the servers up with relevant software/files when they are first set up. Additionally, we would like to make changes after the initial set up. For now, we would like to concentrate only on new servers