Skip to content

Instantly share code, notes, and snippets.

@trlinkin
Created March 10, 2013 19:00
Show Gist options
  • Save trlinkin/5129907 to your computer and use it in GitHub Desktop.
Save trlinkin/5129907 to your computer and use it in GitHub Desktop.
Methods of specifying windows install package. Eiter 1) specific package name, or 2) package id. Do this as either a namevar, or the title (assuming you won't use the namevar).
#package { '{45E908F3-EBB6-4214-9799-FB429B3213CA}':
package { 'SNK':
name => 'SNK',
#name => '{45E908F3-EBB6-4214-9799-FB429B3213CA}',
ensure => installed,
source => 'C:\modules\files\SNK.msi',
provider => 'msi',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment