djmills64

Results 4 comments of djmills64

I might have just figured it out. It seems that you need a "source" parameter and that it has to differ from the "path" parameter. Given the file already exists...

I ran the above code once and it worked. But then when I remove the extract_path folder and contents and run again, it creates the folder but doesn't populate. Why...

If I turn on debug I don't get much information in relation to the archive resource. Just ``` ... Debug: Loaded state in 0.45 seconds Info: Applying configuration version '1694058315'...

Actually having a creates parameter seems to force the issue and remove the need for a source parameter. ``` node default { $archive = 'pylon_7.1.0.25066.tar.gz' $software_install_path = '/opt/pylon7' archive {...