From: Adam Jahn Date: Mon, 7 Dec 2015 22:13:55 +0000 (-0500) Subject: update metadata to include all supported os’s X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ea1f82e7fb31df0a8cbafe9def21ca872e7292b5;p=puppet-samba.git update metadata to include all supported os’s --- diff --git a/metadata.json b/metadata.json index 1b2021a..78d5b92 100644 --- a/metadata.json +++ b/metadata.json @@ -12,13 +12,22 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6.0" + "6.0", + "7.0" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "12.04" + "12.04", + "14.04" + ] + }, + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "7.0", + "8.0" ] } ],