From 84a78270e2631bc57244b46566aff5dc1d4d5fd2 Mon Sep 17 00:00:00 2001 From: Ryan DeShone Date: Tue, 18 Oct 2016 14:03:19 -0400 Subject: [PATCH] Fix dependencies, add os support --- metadata.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index b5b86bd..7e18490 100644 --- a/metadata.json +++ b/metadata.json @@ -7,8 +7,16 @@ "source": "https://github.com/ardichoke/puppet-arpwatch", "project_page": "https://github.com/ardichoke/puppet-arpwatch", "issues_url": "https://github.com/ardichoke/puppet-arpwatch/issues", - "dependencies": [ - {"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"} + "operatingsystem_support": [ + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + } ] + "dependencies": [] }