From: Ashley Penney Date: Wed, 14 May 2014 20:31:13 +0000 (-0400) Subject: Add RHEL7 and Ubuntu 14.04. X-Git-Tag: 1.1.2~6 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4a66bdd57017ec1c741804056273ce302be78475;p=puppet-modules%2Fpuppetlabs-firewall.git Add RHEL7 and Ubuntu 14.04. --- 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" ] } ],