Added puppet module skeleton (also puppet module tool is lame)

This commit is contained in:
2013-10-19 10:37:30 -04:00
parent 9895e8efbf
commit 363d5ef262
4 changed files with 118 additions and 9 deletions

View 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