Merge pull request #10 from rfdrake/master

replace Modulefile with metadata.json
diff --git a/.gitignore b/.gitignore
index f18bf2b..d841b43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-/metadata.json
 Gemfile.lock
 .bundle/
diff --git a/Modulefile b/Modulefile
deleted file mode 100644
index 4bf28ed..0000000
--- a/Modulefile
+++ /dev/null
@@ -1,11 +0,0 @@
-name    'wyrie-backuppc'
-version '0.1.4'
-source 'https://github.com/wyrie/puppet-backuppc'
-author 'Scott Barr'
-license 'Apache2'
-summary 'BackupPC module'
-description 'Backuppc module that uses exported resources to setup clients and server. Extended the work by codec-backuppc'
-project_page 'https://github.com/wyrie/puppet-backuppc'
-
-## Add dependencies, if any:
-dependency 'puppetlabs/stdlib', '>= 4.0.2'
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..ea90cbb
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,30 @@
+{
+  "name": "wyrie-backuppc",
+  "version": "0.1.4",
+  "author": "Scott Barr",
+  "summary": "BackupPC module",
+  "license": "Apache-2.0",
+  "source": "https://github.com/wyrie/puppet-backuppc",
+  "project_page": "https://github.com/wyrie/puppet-backuppc",
+  "issues_url": null,
+  "dependencies": [
+    {"name":"puppetlabs/stdlib","version_requirement":">= 4.0.2"}
+  ],
+  "operatingsystem_support": [
+      {
+        "operatingsystem": "CentOS",
+        "operatingsystemrelease": [
+          "6"
+        ]
+      },
+      {
+        "operatingsystem": "Debian",
+        "operatingsystemrelease": [
+          "6",
+          "7"
+        ]
+      }
+  ]
+}
+
+