From b04c8a9148445b653ba03fc35dfc8a45b796d439 Mon Sep 17 00:00:00 2001 From: Patrick Hervieux Date: Fri, 14 Nov 2014 15:23:09 +0100 Subject: [PATCH] add utopic support --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index fde756d..fa28706 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -75,7 +75,7 @@ class java::params { }, } } - 'wheezy', 'jessie', 'precise','quantal','raring','saucy', 'trusty': { + 'wheezy', 'jessie', 'precise','quantal','raring','saucy', 'trusty', 'utopic': { $java = { 'jdk' => { 'package' => 'openjdk-7-jdk',