[DRE-commits] [librarian-puppet] 84/153: Add more docs on github_tarball and path sources

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 7dd5ab0c3b1e340c517187bb380f3339ceeec14d
Author: Carlos Sanchez <carlos at apache.org>
Date:   Wed Feb 11 10:43:43 2015 +0100

    Add more docs on github_tarball and path sources
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index 1e97417..aea0b9c 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Git repositories or just a path.
 * Forge modules can be installed from [Puppetlabs Forge](https://forge.puppetlabs.com/) or an internal Forge such as [Pulp](http://www.pulpproject.org/)
 * Git modules can be installed from a branch, tag or specific commit, optionally using a path inside the repository
 * Modules can be installed from GitHub using tarballs, without needing Git installed
+* Modules can be installed from a filesystem path
 * Module dependencies are resolved transitively without needing to list all the modules explicitly
 
 
@@ -69,6 +70,8 @@ as if the Puppetfile contained
     mod 'puppetlabs-apache', '0.6.0',
       :github_tarball => 'puppetlabs/puppetlabs-apache'
 
+    mod 'acme-mymodule', :path => './some_folder'
+
 
 ### Recursive module dependency resolution
 
@@ -134,6 +137,17 @@ module subdirectory.
 Our puppet infrastructure repository depends on the `apt` module, which we have
 stored as a directory under our `puppet-modules` git repos.
 
+    mod 'puppetlabs-apache', '0.6.0',
+      :github_tarball => 'puppetlabs/puppetlabs-apache'
+
+Our puppet infrastructure repository depends on the `puppetlabs-apache` module,
+to be downloaded from GitHub tarball.
+
+    mod 'acme-mymodule', :path => './some_folder'
+
+Our puppet infrastructure repository depends on the `acme-mymodule` module,
+which is already in the filesystem.
+
 ## How to Use
 
 Install librarian-puppet:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list