(#1) Add Modulefile for forge compatibility

closes #1

Add Module metadata and links to the new module project page and git
repository.  Dan will update the Forge page.
This commit is contained in:
Jeff McCune
2011-06-21 16:06:33 -07:00
parent d1be420d79
commit a872279ac5
2 changed files with 15 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
pkg/
tmp/
.DS_Store
metadata.json

11
Modulefile Normal file
View File

@@ -0,0 +1,11 @@
name 'puppetlabs-create_resources'
version '0.0.1'
source 'git://github.com/puppetlabs/puppetlabs-create_resources.git'
author 'puppetlabs'
license 'Apache Version 2.0'
summary 'Function to dynamically create resources from hashes'
description 'Function to dynamically create resources from hashes'
project_page 'https://github.com/puppetlabs/puppetlabs-create_resources'
## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'