How can I unzip a zip file in windows using puppet script -


i new puppet want unzip zip file kept in puppet windows agent.

class ziptest { exec {"test" : command =>'unzip test.zip', cwd =>  'd:\', path => 'd:\',     } } 

while execution getting error :

could not find command unzip 

theres puppet module windows configurations includes unzip type.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -