From f0ebd22da635f3a6b497350a750218cf20c1848c Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 13 May 2014 22:20:40 +0200 Subject: [PATCH] Add RHEL7 and Ubuntu 14.04. --- metadata.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index e1a8c79..3a5e06d 100644 --- a/metadata.json +++ b/metadata.json @@ -4,28 +4,32 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { @@ -45,7 +49,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "10.04", - "12.04" + "12.04", + "14.04" ] } ],