search for: puppetordn

Displaying 2 results from an estimated 2 matches for "puppetordn".

Did you mean: puppet_run
2012 Mar 23
3
Puppet Windows exec
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.bat'': ensure => file, owner => ''administrator'', content => "mkdir C:\PuppetFolder\BatchCreatedFolder",...
2012 Mar 22
3
Puppet 2.7.12 Windows - Dependency Problem
...y 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 { ''c:/PuppetOrdner/sshd_config'': ensure => file, owner => ''administrator'', content => ''That''s a Windows Test'', } file { "c:/Software": ensure => directory, } file { ''c:/Software/FirefoxESR-10.0.2-de.ms...