Please review pull request #66: Update forge URL in Enterprise 2.5 Quick Start opened by (jtperry)
Description:
Roughly line 217 Forge URL in hyperlink is currently forge.puppet.com. Modified it to be the correct forge.puppetlabs.com
- Opened: Sat Apr 21 20:06:48 UTC 2012
- Based on: puppetlabs:master (448da8618c77513feed7060cd05338d27558a904)
- Requested merge: jtperry:master (ca2800f8b9e06f00d4ebc92c65291d35c52e984f)
Diff follows:
diff --git a/source/pe/2.5/quick_start.markdown b/source/pe/2.5/quick_start.markdown index dac02ca..376a416 100644 --- a/source/pe/2.5/quick_start.markdown +++ b/source/pe/2.5/quick_start.markdown @@ -214,7 +214,7 @@ Installing a Puppet Module Puppet configures nodes by applying classes to them. Classes are chunks of Puppet code that configure a specific aspect or feature of a machine. -Puppet classes are **distributed in the form of modules.** You can save time by **using pre-existing modules.** Pre-existing modules are distributed on the [Puppet Forge](http://forge.puppet.com), and **can be installed with the `puppet module` subcommand.** Any module installed on the puppet master can be used to configure agent nodes. +Puppet classes are **distributed in the form of modules.** You can save time by **using pre-existing modules.** Pre-existing modules are distributed on the [Puppet Forge](http://forge.puppetlabs.com), and **can be installed with the `puppet module` subcommand.** Any module installed on the puppet master can be used to configure agent nodes. ### Installing two Forge Modules
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
