Please review pull request #59: Tickets/13057/installation guide typos opened by (rcoleman)
Description:
This pull request corrects one bad link and updates two software versions on our installation guide.
- Opened: Sun Mar 11 06:00:05 UTC 2012
- Based on: puppetlabs:master (947016cac3220cedb9549899ba41b08498ef41b4)
- Requested merge: rcoleman:tickets/13057/installation_guide_typos (47583e192f0cbd793954e286ff0a29a356245083)
Diff follows:
diff --git a/source/guides/installation.markdown b/source/guides/installation.markdown
index 18739de..5ed7e72 100644
--- a/source/guides/installation.markdown
+++ b/source/guides/installation.markdown
@@ -37,7 +37,7 @@ Ruby Prerequisites
The only prerequisite for Puppet that doesn't come as part of the
Ruby standard library is
-[facter](http://www.puppetlabs.com/projects/facter/index.html),
+[facter](http://puppetlabs.com/puppet/related-projects/facter/),
which is also developed by Puppet Labs.
All other prerequisite Ruby libraries should come with any standard Ruby 1.8.2+ install. Should your OS not come with the complete standard
@@ -121,10 +121,10 @@ To install into a different location you can use:
You can also install Facter and Puppet via gems:
- $ wget http://puppetlabs.com/downloads/gems/facter-1.5.7.gem
- $ sudo gem install facter-1.5.7.gem
- $ wget http://puppetlabs.com/downloads/gems/puppet-0.25.1.gem
- $ sudo gem install puppet-0.25.1.gem
+ $ wget http://puppetlabs.com/downloads/gems/facter-1.6.0.gem
+ $ sudo gem install facter-1.6.0.gem
+ $ wget http://puppetlabs.com/downloads/gems/puppet-2.7.6.gem
+ $ sudo gem install puppet-2.7.6.gem
{:shell}
Find the latest gems
-- 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.
