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 -

linux - phpmyadmin, neginx error.log - Check group www-data has read access and open_basedir -