boxen / puppet-java

Install Java
http://boxen.github.com
MIT License
13 stars 55 forks source link

Ensure JVM capabilities are set correctly #27

Closed rapaul closed 8 years ago

rapaul commented 10 years ago

Allows apps like Eclipse to open without prompting for Java 6. Automated fix from http://stackoverflow.com/questions/19563766/eclipse-kepler-for-os-x-mavericks-request-java-se-6

jehrhardt commented 10 years ago

Puppet style is to put the file as it should be under files and then declare the path on the machine, where the file should appear. Everytime Puppet runs, it will check the file and ensure it has exactly the correct content.

Running a command to modify a file is against the declarative style of Puppet.

rapaul commented 10 years ago

I've switched to maintaining Info.plist instead of attempting to use sed on it. How does it look now?

rapaul commented 10 years ago

Thoughts on getting this merged in?

rapaul commented 8 years ago

Java 7 is out of date now, closing this issue as won't fix.