Last active
December 14, 2015 13:39
-
-
Save trlinkin/5095173 to your computer and use it in GitHub Desktop.
Install exe package with puppet
This file contains 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
windows_package { 'Microsoft .NET Framework 4 Client Profile': | |
ensure => installed, | |
source => 'C:/dotNetFx40_Full_x86_x64.exe', | |
install_options => ['/q', '/norestart'], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment