Skip to content

Conversation

masterzen
Copy link

This is very useful when install gems like buildr that requires access to the JAVA_HOME environment variable:

rvm_gem {
  "${ruby193}@buildr/buildr":
    ensure => '1.4.7',
    environment => "JAVA_HOME=/usr/lib/jvm/java-6-openjdk/",
    require => [Rvm_gemset["${ruby193}@buildr"], Package["openjdk-6-jdk"]];
}

This is very useful when install gems like buildr that
requires access to the JAVA_HOME environment variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant