From fa20f3aeadb10cd2060c59f15170472b5057731d Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 13 Oct 2016 01:03:33 +0100 Subject: [PATCH] Release 0.1.0 --- metadata.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index a36897e..0d08a6f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,20 +1,27 @@ { "name": "optiz0r-sabayon", - "version": "0.0.2", + "version": "0.1.0", "author": "Ben Roberts", "license": "MIT", "summary": "Extends Puppet with support for the Sabayon Linux distribution", "source": "https://github.com/Sabayon/puppet-sabayon.git", "project_page": "https://github.com/Sabayon/puppet-sabayon", "issues_url": "https://github.com/Sabayon/puppet-sabayon/issues", - "tags": ["sabayon", "entropy"], + "tags": [ + "sabayon", + "entropy" + ], "operatingsystem_support": [ { - "operatingsystem":"Sabayon", - "operatingsystemrelease":[ "16.07", "16.11" ] + "operatingsystem": "Sabayon", + "operatingsystemrelease": [ + "16.07", + "16.11" + ] } - ], + ], "dependencies": [ + ], "data_provider": "hiera" }