Re: [Puppet Users] Re: Puppet Windows exec

2012-03-23 Thread Josh Cooper
On Fri, Mar 23, 2012 at 4:33 AM, Jay Ze wrote: > 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,

[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] Re: Puppet Windows exec

2012-03-23 Thread Paul Tötterman
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/references/stable/type.html#exec states that the Windows p