From f7d1b2df49ebebd397d4ddb38c61d08ad3542da7 Mon Sep 17 00:00:00 2001 From: 31337 Date: Tue, 8 Apr 2014 09:41:24 +0200 Subject: [PATCH] Added jessie as a supported realese --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 1856546..ffab332 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -76,7 +76,7 @@ class java::params { }, } } - 'wheezy', 'precise','quantal','raring','saucy', 'trusty': { + 'wheezy', 'jessie', 'precise','quantal','raring','saucy', 'trusty': { $java = { 'jdk' => { 'package' => 'openjdk-7-jdk',