mirror of
https://github.com/optim-enterprises-bv/puppetlabs-create_resources.git
synced 2025-11-02 11:18:34 +00:00
(#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:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
pkg/
|
||||||
|
tmp/
|
||||||
|
.DS_Store
|
||||||
|
metadata.json
|
||||||
11
Modulefile
Normal file
11
Modulefile
Normal 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'
|
||||||
Reference in New Issue
Block a user