Created
March 10, 2013 19:00
-
-
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).
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
#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