Displaying 1 result from an estimated 1 matches for "software_dir".
2012 May 24
6
Puppet on Windows: Avoid download msi files if they aren't going to be installed
...it.
The problem is that each time that I execute the "puppet agent --test" it
downloads the 7zip.msi file, although it is really installed.
So, my question is:
Is possible to avoid the download 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 = ''...