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,
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
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