Skip to content

Instantly share code, notes, and snippets.

@trlinkin
Last active December 14, 2015 13:39
Show Gist options
  • Save trlinkin/5095173 to your computer and use it in GitHub Desktop.
Save trlinkin/5095173 to your computer and use it in GitHub Desktop.
Install exe package with puppet
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