From c2a3171e559bde988b3127b22c5eebfab1e5a196 Mon Sep 17 00:00:00 2001 From: Peter Pouliot Date: Fri, 15 Nov 2013 01:50:07 -0500 Subject: [PATCH] adding support for ubuntu saucy --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 23e421e..43d3cc5 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -72,7 +72,7 @@ class java::params { }, } } - 'wheezy', 'precise','quantal','raring': { + 'wheezy', 'precise','quantal','raring','saucy': { $java = { 'jdk' => { 'package' => 'openjdk-7-jdk',