Remove cruft and bumb version number
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2013-04-04 Reid Vandewiele <reid@puppetlabs.com> - 0.3.0
|
||||||
|
* Refactor, introduce params pattern
|
||||||
|
|
||||||
2012-11-15 Scott Schneider <sschneider@puppetlabs.com> - 0.2.0
|
2012-11-15 Scott Schneider <sschneider@puppetlabs.com> - 0.2.0
|
||||||
* Add Solaris support
|
* Add Solaris support
|
||||||
|
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
|||||||
Puppet OpenNebula Module - Puppet module for managing OpenNebula
|
Puppet Java Module - Puppet module for managing Java
|
||||||
|
|
||||||
Copyright (C) 2011 Puppet Labs Inc
|
Copyright (C) 2011 Puppet Labs Inc
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name 'puppetlabs-java'
|
name 'puppetlabs-java'
|
||||||
version '0.2.0'
|
version '0.3.0'
|
||||||
source 'git://github.com/puppetlabs/puppetlabs-java'
|
source 'git://github.com/puppetlabs/puppetlabs-java'
|
||||||
author 'puppetlabs'
|
author 'puppetlabs'
|
||||||
license 'Apache'
|
license 'Apache'
|
||||||
|
|||||||
@@ -2,32 +2,4 @@
|
|||||||
|
|
||||||
Manage the Java runtime for use with other application software.
|
Manage the Java runtime for use with other application software.
|
||||||
|
|
||||||
Currently this simply deploys the package on Enterprise Linux based systems and Debian based systems.
|
Currently this deploys the correct Java package on a variety of platforms.
|
||||||
|
|
||||||
Tested on:
|
|
||||||
|
|
||||||
* Centos 5.6
|
|
||||||
* Ubuntu 10.04 Lucid
|
|
||||||
|
|
||||||
# RedHat Support #
|
|
||||||
|
|
||||||
The Java runtime this module is designed to configure are the RPM's provided by Oracle and obtained by extracting them from the "bin" installers.
|
|
||||||
|
|
||||||
For example:
|
|
||||||
|
|
||||||
./jdk-6u25-linux-x64-rpm.bin -x
|
|
||||||
|
|
||||||
Please download the installer from:
|
|
||||||
|
|
||||||
* [Java Downloads](http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u25-download-346242.html)
|
|
||||||
|
|
||||||
# Ubuntu Support #
|
|
||||||
|
|
||||||
## Lucid ##
|
|
||||||
|
|
||||||
You need to have the partner repository enabled in order to install the Sun JDK or JRE.
|
|
||||||
|
|
||||||
aptitude install python-software-properties
|
|
||||||
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
|
|
||||||
aptitude update
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
--format
|
|
||||||
s
|
|
||||||
--colour
|
|
||||||
--loadby
|
|
||||||
mtime
|
|
||||||
--backtrace
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
require 'pathname'
|
|
||||||
dir = Pathname.new(__FILE__).parent
|
|
||||||
$LOAD_PATH.unshift(dir, dir + 'lib', dir + '../lib')
|
|
||||||
|
|
||||||
require 'mocha'
|
|
||||||
require 'puppet'
|
|
||||||
gem 'rspec', '=1.2.9'
|
|
||||||
require 'spec/autorun'
|
|
||||||
|
|
||||||
Spec::Runner.configure do |config|
|
|
||||||
config.mock_with :mocha
|
|
||||||
end
|
|
||||||
|
|
||||||
# We need this because the RAL uses 'should' as a method. This
|
|
||||||
# allows us the same behaviour but with a different method name.
|
|
||||||
class Object
|
|
||||||
alias :must :should
|
|
||||||
end
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true
|
|
||||||
sun-java6-jdk shared/accepted-sun-dlj-v1-1 boolean true
|
|
||||||
sun-java6-jre shared/accepted-sun-dlj-v1-1 boolean true
|
|
||||||
Reference in New Issue
Block a user