From f85cbd53811301196b92dbd3a3dbeafdaeeb8ce6 Mon Sep 17 00:00:00 2001 From: Nathan R Valentine Date: Fri, 31 May 2013 19:38:12 -0700 Subject: [PATCH] add support for Ubuntu quantal and raring --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 6261daa..88b1b18 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -27,7 +27,7 @@ class java::params { $jdk_package = 'openjdk-6-jdk' $jre_package = 'openjdk-6-jre-headless' } - 'wheezy', 'precise': { + 'wheezy', 'precise','quantal','raring': { $jdk_package = 'openjdk-7-jdk' $jre_package = 'openjdk-7-jre-headless' }