Created
March 8, 2016 13:55
-
-
Save petems/c46c901c12e13447bd8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package { '7zip': | |
ensure => present, | |
name => $7zip_name, | |
source => $7zip_source, | |
provider => $7zip_provider, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
7zip_name => '7-Zip 9.20 (x64 edition)',
7zip_source => 'C:/Windows/Temp/7z920-x64.msi',