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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -