Greetings!
Please review the pull request #15: puppet-module installs to cloud_provisioner, not puppetlabs-cloud_provisioner opened by (larstobi)
Some more information about the pull request:
- Opened: Tue Sep 20 09:16:42 UTC 2011
- Based on: puppetlabs:master (6b960f59a4eadc2ef15547b196418bfba5d4b8da)
- Requested merge: larstobi:master (31e31378e0819d5db4a1bbd4b2bd5cc03d22214d)
Description:
puppet-module install puppetlabs/cloud_provisioner
will install to the folder cloud_provisioner, not puppetlabs-cloud_provisioner.
Thanks!
The Pull Request Bot
Diff follows:
diff --git a/source/guides/cloud_pack_getting_started.markdown b/source/guides/cloud_pack_getting_started.markdown
index 2f53031..ec51fe4 100644
--- a/source/guides/cloud_pack_getting_started.markdown
+++ b/source/guides/cloud_pack_getting_started.markdown
@@ -75,7 +75,7 @@ Now use puppet-module to install Cloud Provisioner on your control node:
Add its lib directory to your `$RUBYLIB` or Ruby load path:
- # export RUBYLIB=$(pwd)/puppetlabs-cloud_provisioner/lib:$RUBYLIB
+ # export RUBYLIB=$(pwd)/cloud_provisioner/lib:$RUBYLIB
You can verify that it is installed correctly by running:
--
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.
