diff --git a/data/Debian.yaml b/data/Debian.yaml index 00a5f96..43f95ef 100644 --- a/data/Debian.yaml +++ b/data/Debian.yaml @@ -1,2 +1,4 @@ --- icingaweb2::conf_user: www-data +icingaweb2::globals::mysql_db_schema: /usr/share/icingaweb2/etc/schema/mysql.schema.sql +icingaweb2::globals::pgsql_db_schema: /usr/share/icingaweb2/etc/schema/pgsql.schema.sql diff --git a/metadata.json b/metadata.json index f222a6f..4299f7a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,75 +1,75 @@ { "name": "icinga-icingaweb2", "version": "2.3.1", "author": "Icinga Development Team", "summary": "Icinga Web 2 Puppet Module", "license": "Apache-2.0", "source": "https://github.com/Icinga/puppet-icingaweb2.git", "project_page": "https://github.com/Icinga/puppet-icingaweb2", "issues_url": "https://github.com/Icinga/puppet-icingaweb2/issues", "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.16.0 < 7.0.0" }, { "name": "puppetlabs/concat", "version_requirement": ">= 2.0.1 < 7.0.0" }, { "name": "puppetlabs/vcsrepo", "version_requirement": ">= 1.3.0 < 4.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "8", - "9" + "9", + "10" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "16.04", "18.04" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "12" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 4.7.0 < 7.0.0" } ], "tags": [ "icinga", "icinga2", "icingaweb2", "monitoring" ], "pdk-version": "1.17.0", "template-url": "pdk-default#1.17.0", "template-ref": "tags/1.17.0-0-gd3a4319" }