Sha256: bc3f0ac8c13fd1fd372a33616bdeec6f5a30c9a4d5eeb16ed7140852d5259a31
Contents?: true
Size: 910 Bytes
Versions: 2
Compression:
Stored size: 910 Bytes
Contents
# # Author:: Travis CI Development Team # Cookbook Name:: java # Recipe:: default # # Copyright 2008-2011, Opscode, Inc. # Copyright 2011-2013, Travis CI Development Team <contact@travis-ci.org> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # include_recipe "java::oraclejdk7" template "/etc/profile.d/java_home.sh" do owner "root" group "root" mode 0644 source "etc/profile.d/java_home.sh.erb" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ciborg-3.0.0 | chef/travis-cookbooks/ci_environment/java/recipes/default.rb |
lobot-2.1.0 | chef/travis-cookbooks/ci_environment/java/recipes/default.rb |