Please review pull request #764: (#14442) dont refer to features that dont exist opened by (justinstoller)
Description:
We were saying that we supported using private Forge-like repos for installing modules. While that might work in theory we don't publicly provide or support a tool to do this or the API that is necessary to build a tool like this.
This is a minor documentation fix to not mention the 'private Forge-like repo'.
- Opened: Fri May 11 21:24:49 UTC 2012
- Based on: puppetlabs:2.7.x (3b144bf7a093510436e215f92a47ab35c2236645)
- Requested merge: justinstoller:bug/2.7.x/14442-dont_refer_to_features_that_dont_exist (ac538d947da922178977b964d057adfd1faa32ef)
Diff follows:
diff --git a/lib/puppet/face/module/install.rb b/lib/puppet/face/module/install.rb
index db0a0eb..8a60194 100644
--- a/lib/puppet/face/module/install.rb
+++ b/lib/puppet/face/module/install.rb
@@ -4,8 +4,8 @@
action(:install) do
summary "Install a module from a repository or release archive."
description <<-EOT
- Installs a module from the Puppet Forge, from a release archive file
- on-disk, or from a private Forge-like repository.
+ Installs a module from the Puppet Forge or from a release archive file
+ on-disk.
The specified module will be installed into the directory
specified with the `--target-dir` option, which defaults to
-- 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.
