diff --git a/metadata.json b/metadata.json index 801dee5..0f5bf77 100644 --- a/metadata.json +++ b/metadata.json @@ -1,43 +1,44 @@ { "name": "stm-debconf", "version": "2.2.0", "author": "stm", "summary": "Manage debconf database items on Debian based systems.", "license": "BSD-2-Clause", "source": "https://github.com/smoeding/puppet-debconf", "project_page": "https://github.com/smoeding/puppet-debconf", "issues_url": "https://github.com/smoeding/puppet-debconf/issues", "dependencies": [ ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", "16.04", - "17.10" + "17.10", + "18.04" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 3.0.0 < 6.0.0" } ], "tags": [ "debconf" ], "pdk-version": "1.6.0", "template-url": "https://github.com/puppetlabs/pdk-templates", "template-ref": "heads/master-0-gc87eee3" }