Created
October 1, 2012 17:51
-
-
Save joshcooper/3813324 to your computer and use it in GitHub Desktop.
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 { 'Java(TM) 7 Update 5': | |
ensure => installed, | |
source => '...\jre-7u5-windows-i586.exe', | |
install_options => [ | |
'/s', '/v/qn" ADDLOCAL=jrecore REBOOT=Suppress JAVAUPDATE=0"' | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment