]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Add supported operating systems information in metadata.json
authorMickaël Canévet <mickael.canevet@camptocamp.com>
Fri, 26 Dec 2014 10:23:22 +0000 (11:23 +0100)
committerMickaël Canévet <mickael.canevet@camptocamp.com>
Fri, 26 Dec 2014 10:23:22 +0000 (11:23 +0100)
metadata.json
spec/fixtures/manifests/site.pp [deleted file]

index 812accc553ab9f090ba2feb3e369871d50cb0e4d..ec6d1bdc5fadb5784e9904c76922d8c3269aca2c 100644 (file)
       "name": "puppetlabs/concat",
       "version_requirement": ">= 1.0.0 < 2.0.0"
     }
+  ],
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "Debian",
+      "operatingsystemrelease": [
+        "6",
+        "7"
+      ]
+    }
   ]
 }
diff --git a/spec/fixtures/manifests/site.pp b/spec/fixtures/manifests/site.pp
deleted file mode 100644 (file)
index 0380291..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# Fake $::concat_basedir fact
-$concat_basedir = '/var/lib/puppet/concat'
-
-# Default node to test defines
-node default {
-}