From 4a66bdd57017ec1c741804056273ce302be78475 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Wed, 14 May 2014 16:31:13 -0400 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 0526521..86d4fac 100644 --- a/metadata.json +++ b/metadata.json @@ -11,28 +11,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" ] }, { @@ -52,7 +56,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "10.04", - "12.04" + "12.04", + "14.04" ] } ], -- 2.45.2