summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-06-23 16:17:23 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-06-23 16:17:23 -0700
commitcfce787890cffed6889b32267204c97f24905416 (patch)
treed8f71b91912181535bded598688e64f445b68a48
parenta6b57376b05460a1baafecd58a2a16be5d3b4606 (diff)
Remove Modulefile; use metadata.json
-rw-r--r--Modulefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Modulefile b/Modulefile
deleted file mode 100644
index bf80e3b..0000000
--- a/Modulefile
+++ /dev/null
@@ -1,11 +0,0 @@
-name 'puppetlabs-stdlib'
-version '4.2.2'
-source 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
-author 'puppetlabs'
-license 'Apache 2.0'
-summary 'Puppet Module Standard Library'
-description 'Standard Library for Puppet Modules'
-project_page 'https://github.com/puppetlabs/puppetlabs-stdlib'
-
-## Add dependencies, if any:
-# dependency 'username/name', '>= 1.2.0'