search for: 7zip_source

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

2012 May 24
6
Puppet on Windows: Avoid download msi files if they aren't going to be installed
...load of the associated source file, I there is no need to install 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: e...