[DRE-commits] [librarian-puppet] 36/153: Add metadata syntax to Puppetfile template

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:37 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 de155b2de9fe8a8140be179e95df9c663cfb89eb
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Fri Aug 1 17:11:25 2014 +0200

    Add metadata syntax to Puppetfile template
---
 lib/librarian/puppet/templates/Puppetfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/librarian/puppet/templates/Puppetfile b/lib/librarian/puppet/templates/Puppetfile
index 8148f47..4b3d45b 100644
--- a/lib/librarian/puppet/templates/Puppetfile
+++ b/lib/librarian/puppet/templates/Puppetfile
@@ -3,8 +3,11 @@
 
 forge "https://forgeapi.puppetlabs.com"
 
+# use dependencies defined in metadata.json
+metadata
+
 # use dependencies defined in Modulefile
-modulefile
+# modulefile
 
 # A module from the Puppet Forge
 # mod 'puppetlabs-stdlib'

-- 
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