Added puppet module skeleton (also puppet module tool is lame)
This commit is contained in:
12
puppet/Modulefile.template.sh
Normal file
12
puppet/Modulefile.template.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat <<EOF
|
||||
name 'akesterson-mercy'
|
||||
version '${MAJOR}-${BUILD}'
|
||||
dependency 'apache/apache'
|
||||
summary 'Puppet module for deploying the mercy web application'
|
||||
description 'Puppet module for deploying the mercy web application'
|
||||
project_page http://github.com/akesterson/mercy/tree/master/puppet
|
||||
license 'MIT'
|
||||
author 'Andrew Kesterson <andrew@aklabs.net>'
|
||||
EOF
|
||||
Reference in New Issue
Block a user