[Puppet Users] Re: Windows Puppet msi packages question

2012-03-25 Thread Jay Ze
Anybody who can tell more about that? Is that the only way to get msi packages work with puppet? https://github.com/puppetlabs/puppet_for_the_win On 23 Mrz., 10:06, Jan Ivar Beddari wrote: > On 03/23/2012 08:24 AM, Jay Ze wrote: > > > Hi, > > > Can anybody here tell me wha

[Puppet Users] Re: Puppet Windows exec

2012-03-23 Thread Jay Ze
On 23 Mrz., 12:16, Paul Tötterman wrote: > Hi Jay, > > > exec { 'ExecCreatedFolder': > >        command => "mkdir C:\PuppetOrdner\​ExecCreatedFolder", > > } > > mkdir is a command implemented by the windows command processor cmd.exe, > not a callable > program.http://docs.puppetlabs.com/reference

[Puppet Users] Puppet Windows exec

2012-03-23 Thread Jay Ze
Hi, Is it correct that it's not possible to excecute Windows Commands directly with the puppet run? For example: exec { 'ExecCreatedFolder': command => "mkdir C:\PuppetOrdner\ExecCreatedFolder", } I allways have to bind it with a .bat file right? file { 'c:/PuppetFolder/puppettest

[Puppet Users] Windows Puppet msi packages question

2012-03-23 Thread Jay Ze
Hi, Can anybody here tell me what msi packages can be used with windows puppet? Can I somehow create msi packages for puppet on my own? Do I have to install some more gems to get puppet work with msi installation? Thx :-) -- You received this message because you are subscribed to the Google G

[Puppet Users] Re: Puppet 2.7.12 Windows - Dependency Problem

2012-03-22 Thread Jay Ze
t/windows/files/FirefoxESR-10.0.2-de.msi > exist (case sensitive) and readable by the puppet master process? > > -Jeff > > On Thu, Mar 22, 2012 at 8:26 AM, Jay Ze > wrote: > > > > > > > > > Hi, > > > I finally got puppet to run. > > My

[Puppet Users] Puppet 2.7.12 Windows - Dependency Problem

2012-03-22 Thread Jay Ze
Hi, I finally got puppet to run. My first test successfully created a file with content, I specified in the init.pp for this client. After that I wanted to install a msi package. (Firefox) I placed it into the right place on the Puppetmaster and created following init.pp class windows() { file {

[Puppet Users] Re: Puppet 2.7.12 on Windows

2012-03-21 Thread Jay Ze
On 21 Mrz., 19:22, Josh Cooper wrote: > Hi Jay, > > On Wed, Mar 21, 2012 at 7:02 AM, Jay Ze > wrote: > > > > > > > > > > > Hi, > > > I posted an other problem with puppet and windows weeks ago. > > With the new Version 2.7.12 those p

[Puppet Users] Puppet 2.7.12 on Windows

2012-03-21 Thread Jay Ze
Hi, I posted an other problem with puppet and windows weeks ago. With the new Version 2.7.12 those problems were fixed. But now I don't get puppet to work. I installed puppet as explained here: http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows It worked so far. But when I start pup

[Puppet Users] Re: Puppet on Windows

2012-02-16 Thread Jay Ze
Sorry. Wanted to know what shortly means.. not soon ;-) On 17 Feb., 07:32, Jay Ze wrote: > On 16 Feb., 18:11, Josh Cooper wrote: > > > > > > > > > > > Hi Jay, > > > On Thu, Feb 16, 2012 at 6:14 AM, Jay Ze > > wrote: > > > > Hi, &

[Puppet Users] Re: Puppet on Windows

2012-02-16 Thread Jay Ze
On 16 Feb., 18:11, Josh Cooper wrote: > Hi Jay, > > On Thu, Feb 16, 2012 at 6:14 AM, Jay Ze > wrote: > > > Hi, > > > I want to run Puppet on a Windows 2003 Server. I already have a > > working Puppetmaster (Scientific Linux). > > > I install

[Puppet Users] Puppet on Windows

2012-02-16 Thread Jay Ze
Hi, I want to run Puppet on a Windows 2003 Server. I already have a working Puppetmaster (Scientific Linux). I installed Puppet on Windows like shown here: http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows This worked very well. But when I want to run puppet. puppet agent --test --