Fix metadata.json

This commit is contained in:
geekix 2018-09-06 14:57:02 +02:00
parent 469435cb12
commit 5e42de4a30

View File

@ -1,6 +1,6 @@
{ {
"name": "puppet-nslcd", "name": "puppet-nslcd",
"version": "0.2.0", "version": "0.3.0",
"author": "Geekix", "author": "Geekix",
"summary": "Installs and configures nslcd.", "summary": "Installs and configures nslcd.",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -17,16 +17,16 @@
{ {
"operatingsystem": "Debian", "operatingsystem": "Debian",
"operatingsystemrelease": [ "operatingsystemrelease": [
"6", "8",
"7", "9"
"8"
] ]
}, },
{ {
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "operatingsystemrelease": [
"12.04", "14.04",
"14.04" "16.04",
"18.04"
] ]
}, },
{ {