From 07f9a800c71916540e97c7470a387e9dc005043f Mon Sep 17 00:00:00 2001
From: Charlie Sharpsteen <source@sharpsteen.net>
Date: Sun, 1 Jun 2014 11:43:59 -0700
Subject: [PATCH] Remove dependency on puppetlabs-stdlib

At the moment, there is no Puppet code in this module so there is no need for a
stdlib dependency.
---
 metadata.json | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/metadata.json b/metadata.json
index d2225f8..cecd0eb 100644
--- a/metadata.json
+++ b/metadata.json
@@ -7,11 +7,6 @@
   "source": "",
   "project_page": null,
   "issues_url": null,
-  "dependencies": [
-    {
-      "name": "puppetlabs-stdlib",
-      "version_range": ">= 1.0.0"
-    }
-  ]
+  "dependencies": [ ]
 }