From 2bae808dce4f2edbd23516d216445ae9ed0e2a85 Mon Sep 17 00:00:00 2001 From: Lauren Rother Date: Thu, 20 Nov 2014 15:34:34 -0800 Subject: [PATCH 1/2] Add metadata summary per FM-1523 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f6361a10e..f59c55a60 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "name": "puppetlabs-apache", "version": "1.2.0", "author": "puppetlabs", - "summary": "Puppet module for Apache", + "summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.", "license": "Apache 2.0", "source": "git://github.com/puppetlabs/puppetlabs-apache.git", "project_page": "https://github.com/puppetlabs/puppetlabs-apache", From d833c3e6a81752453738becf56fafd8c0d996d09 Mon Sep 17 00:00:00 2001 From: Lauren Rother Date: Fri, 21 Nov 2014 11:08:20 -0800 Subject: [PATCH 2/2] Fix MODULES-1510 Removes wiki link from Contributing section and replaces it with newly-created docs site link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 719e6bde1..8994e6baa 100644 --- a/README.md +++ b/README.md @@ -2374,7 +2374,7 @@ Puppet Labs modules on the Puppet Forge are open projects, and community contrib We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. -You can read the complete module contribution guide [on the Puppet Labs wiki.](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing) +Read the complete module [contribution guide](https://docs.puppetlabs.com/forge/contributing.html) ###Running tests