summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-09-21 09:56:58 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-09-21 09:56:58 -0700
commit46b4e41723b6e0e94f6fad241daa7906c4126f62 (patch)
tree232e33b264531a8eb4a2d15514c27141bf34f1c9
parent83592cd211efbbcd278e6faec350cdaa456fbc62 (diff)
Update module for PL info instead of Gary
-rw-r--r--Modulefile4
-rw-r--r--README.md4
2 files changed, 5 insertions, 3 deletions
diff --git a/Modulefile b/Modulefile
index c8e5647..c7bf44d 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,11 +1,11 @@
name 'puppet-haproxy'
version '0.0.1'
-source 'git://github.com/glarizza/puppet-haproxy'
+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>