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
Post a Comment