On Mon, Sep 1, 2014 at 12:35 PM, Armindo Silva
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 7z x c:\myfol
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',