[DRE-commits] [librarian-puppet] 41/97: Update README with modulefile dsl
Stig Sandbeck Mathisen
ssm at debian.org
Tue Mar 11 12:12:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository librarian-puppet.
commit 47ffa0a28593a9481d019c036c2360ae87d3bbd2
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date: Wed Dec 11 14:41:07 2013 +0100
Update README with modulefile dsl
Update changelog
---
Changelog.md | 5 +++++
README.md | 9 +++++++++
2 files changed, 14 insertions(+)
diff --git a/Changelog.md b/Changelog.md
index 0214010..0adda1b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,11 @@
## Changelog
### 0.9.11
+ * Better sort of githib tarball versions when there are mixed tags starting with and without 'v'
+ * Add modulefile dsl to reuse Modulefile dependencies
+ * Fix error if a git module has a dependency without version
+ * Fix git dependency with :path attribute
+ * Cleaner output when no Puppetfile found
* Reduce the number of API calls to the Forge
* Don't sort versions as strings. Rely on the forge returning them ordered
* Pass --module_repository to `puppet module install` to install from other forges
diff --git a/README.md b/README.md
index c41102c..bc2b32e 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,15 @@ Every Puppet repository that uses Librarian-puppet will have a file named
`Puppetfile` in the root directory of that repository. The full specification
for which modules your puppet infrastructure repository depends goes in here.
+### Simple Puppetfile
+
+This Puppetfile will download all the dependencies listed in your Modulefile from the Puppet Forge
+
+ forge "http://forge.puppetlabs.com"
+
+ modulefile
+
+
### Example Puppetfile
forge "http://forge.puppetlabs.com"
--
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