I am new to puppet I want to unzip a zip file kept in puppet windows agent.
class ziptest {
exec {"test" :
command =>'unzip Test.zip',
cwd => 'D:\',
path => 'D:\',
}
}
While execution I am getting an error :
COULD NOT FIND COMMAND UNZIP
Theres a puppet module for windows configurations that includes an unzip type.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With