Skip to content

Commit

Permalink
Document bustage of local installs w/ module subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
nfagerlund committed Jul 27, 2012
1 parent 0e9c291 commit 09adc27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/puppet/2.7/reference/modules_installing.markdown
Expand Up @@ -92,11 +92,15 @@ After setting the repository, follow the instructions above for installing from


### Installing From a Release Tarball ### Installing From a Release Tarball


At this time, the module subcommand cannot properly install from local tarball files. [Follow issue #13542](http://projects.puppetlabs.com/issues/13542) for more details about the progress of this feature.

{% comment %} Uncomment this when we finally fix the bug.
To install a module from a release tarball, specify the path to the tarball instead of the module name: To install a module from a release tarball, specify the path to the tarball instead of the module name:


# puppet module install ~/pmtacceptance-apache-0.0.1.tar.gz # puppet module install ~/pmtacceptance-apache-0.0.1.tar.gz


This is useful when installing modules downloaded directly from the developer's site, or local modules which haven't yet been published to the forge. This is useful when installing modules downloaded directly from the developer's site, or local modules which haven't yet been published to the forge.
{% endcomment %}


Finding Modules Finding Modules
----- -----
Expand Down

0 comments on commit 09adc27

Please sign in to comment.