search for: 7z920

Displaying 1 result from an estimated 1 matches for "7z920".

Did you mean: 7920
2012 May 24
6
Puppet on Windows: Avoid download msi files if they aren't going to be installed
...ll it? This is the code: class software_dir { file { ''SOFTWARE_DIR'': path => ''C:\\SOFTWARE'', ensure => directory, } } class 7Zip() { include software_dir $7Zip_source = ''puppet://puppet.upc.edu/modules/windows/7z920.msi'' $7Zip_path = ''C:\\SOFTWARE\\7z920.msi'' $7Zip_package_name = ''7-zip 9.20'' file { $7Zip_path: source => $7Zip_source; } package { $7Zip_package_name: ensure => installed, provider => ''ms...