Displaying 1 result from an estimated 1 matches for "java_packag".
Did you mean:
java_package
2011 Feb 23
2
Install bin file through puppet
puppet newbie trying to install bin file through puppet. How would I
go about it?
class java {
package {"java_package":
provider => "bin", <--this did not work
# source => "puppet:///application/jdk-6u23-linux-x64-rpm.bin",
source => "http://10.31.31.1/jdk-6u23-linux-x64-rpm.bin",
ensure => installed
}
}
--
You recei...