summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Bode <bodepd@gmail.com>2012-09-21 10:17:36 -0700
committerDan Bode <bodepd@gmail.com>2012-09-21 10:17:36 -0700
commit8ff5e53ce213c928174e5bee374c709dbdfe7626 (patch)
tree0f70575eb54cf3890e229726825eaa6886394d6c
parent83592cd211efbbcd278e6faec350cdaa456fbc62 (diff)
parentdb9b0926cbdb7ecd627a09ba32260149bb32140c (diff)
Merge pull request #5 from hunner/release_0.1.0
Release 0.1.0
-rw-r--r--Modulefile6
-rw-r--r--README.md4
2 files changed, 6 insertions, 4 deletions
diff --git a/Modulefile b/Modulefile
index c8e5647..d8be6db 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,11 +1,11 @@
name 'puppet-haproxy'
-version '0.0.1'
-source 'git://github.com/glarizza/puppet-haproxy'
+version '0.1.0'
+source 'git://github.com/puppetlabs/puppetlabs-haproxy'
author 'Puppet Labs'
license 'Apache License, Version 2.0'
summary 'Haproxy Module'
description 'An Haproxy module for Redhat family OSes using Storeconfigs'
-project_page 'http://github.com/glarizza/puppet-haproxy'
+project_page 'http://github.com/puppetlabs/puppetlabs-haproxy'
## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
diff --git a/README.md b/README.md
index 10657ab..fa0a264 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ on a load balancer server. Currently Redhat family OSes are supported, but
support for other OS Families shouldn't be too difficult to merge in. Pull
requests accepted!
+Read the documentation in the manifest headers for usage information.
+
## Hacking
After cloning the repository:
@@ -20,4 +22,4 @@ Apache 2.0
## Contact
-Gary Larizza <gary@puppetlabs.com>
+Puppet Labs Modules Team <modules@puppetlabs.com>