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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -