From 5e42de4a30bf583cbe773c00031cf4aabac5c9b7 Mon Sep 17 00:00:00 2001 From: geekix Date: Thu, 6 Sep 2018 14:57:02 +0200 Subject: [PATCH] Fix metadata.json --- metadata.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/metadata.json b/metadata.json index b4adb95..9a13458 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-nslcd", - "version": "0.2.0", + "version": "0.3.0", "author": "Geekix", "summary": "Installs and configures nslcd.", "license": "Apache-2.0", @@ -17,16 +17,16 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "6", - "7", - "8" + "8", + "9" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "12.04", - "14.04" + "14.04", + "16.04", + "18.04" ] }, {