From 372f3340c5ee7143c95a399a3b0d4cc07dfba3e0 Mon Sep 17 00:00:00 2001 From: Mickaël Canévet Date: Fri, 26 Dec 2014 11:23:22 +0100 Subject: Add supported operating systems information in metadata.json --- metadata.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 812accc..ec6d1bd 100644 --- a/metadata.json +++ b/metadata.json @@ -17,5 +17,14 @@ "name": "puppetlabs/concat", "version_requirement": ">= 1.0.0 < 2.0.0" } + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7" + ] + } ] } -- cgit v1.2.3