Re: [Puppet Users] Permission problems on Windows

2014-09-02 Thread Rob Reynolds
On Mon, Sep 1, 2014 at 12:35 PM, Armindo Silva deathon2l...@gmail.com wrote: Hi, I have a zip file that has some binaries inside, if I unzip it (with 7z) manually and try to run one of the binaries and it just works, if I unzip it using puppet agent: exec { 'eMZP': command = 'cmd /c

[Puppet Users] Permission problems on Windows

2014-09-01 Thread Armindo Silva
Hi, I have a zip file that has some binaries inside, if I unzip it (with 7z) manually and try to run one of the binaries and it just works, if I unzip it using puppet agent: exec { 'eMZP': command = 'cmd /c 7z x c:\myfolder\my.zip -oc:\myfolder\', creates = 'c:/myfolder/mybin.exe',