Re: [Puppet Users] Issue with puppet windows

2012-04-03 Thread Marco Parra D.
Hi Josh, I'll check that link, Thank you again for your help... Regards... On 02-04-2012 18:24, Josh Cooper wrote: Hi Marco, On Mon, Apr 2, 2012 at 1:17 PM, Marco Parra D. mailto:marco.parr...@gmail.com>> wrote: HI Josh, The program was uninstalled using Add /remove Feature, I fo

Re: [Puppet Users] Issue with puppet windows

2012-04-02 Thread Josh Cooper
Hi Marco, On Mon, Apr 2, 2012 at 1:17 PM, Marco Parra D. wrote: > HI Josh, > > The program was uninstalled using Add /remove Feature, I found the file > C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\Universal Forwarder.yml > on the windows agent side, when I removed the puppet agent instal

Re: [Puppet Users] Issue with puppet windows

2012-04-02 Thread Marco Parra D.
HI Josh, The program was uninstalled using Add /remove Feature, I found the file C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\Universal Forwarder.yml on the windows agent side, when I removed the puppet agent install again the package perfect... / /I'm thinking in the case that a user

Re: [Puppet Users] Issue with puppet windows

2012-04-02 Thread Josh Cooper
Hi Marco, On Fri, Mar 30, 2012 at 12:07 PM, mparrad wrote: > Hi guys, I'm trying to create my module to install splunk forwarder on > windows boxes, I have this init.pp file on my module manifests: > > class splunk-mp() > { > > file {'D:\Install': > ensure => directory, > mode =>

[Puppet Users] Issue with puppet windows

2012-03-30 Thread mparrad
Hi guys, I'm trying to create my module to install splunk forwarder on windows boxes, I have this init.pp file on my module manifests: class splunk-mp() { file {'D:\Install': ensure => directory, mode => 0777, } file {'D:\Install\Apps': ensure => directory,