[DRE-commits] [librarian-puppet] 55/97: Add an example with Puppetfile and Modulefile for tests

Stig Sandbeck Mathisen ssm at debian.org
Tue Mar 11 12:12:50 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 910c7b3e55b31057711ebf97f37bf1fb7c7fc64e
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Wed Jan 8 19:39:33 2014 +0100

    Add an example with Puppetfile and Modulefile for tests
---
 features/examples/with_puppetfile_and_modulefile/Modulefile        | 7 +++++++
 features/examples/with_puppetfile_and_modulefile/Puppetfile        | 3 +++
 features/examples/with_puppetfile_and_modulefile/manifests/init.pp | 1 +
 3 files changed, 11 insertions(+)

diff --git a/features/examples/with_puppetfile_and_modulefile/Modulefile b/features/examples/with_puppetfile_and_modulefile/Modulefile
new file mode 100644
index 0000000..45ae4a7
--- /dev/null
+++ b/features/examples/with_puppetfile_and_modulefile/Modulefile
@@ -0,0 +1,7 @@
+name 'with-puppetfile-and-modulefile'
+version '0.0.1'
+
+author 'librarian'
+license 'Apache License, Version 2.0'
+
+dependency 'maestrodev/test'
diff --git a/features/examples/with_puppetfile_and_modulefile/Puppetfile b/features/examples/with_puppetfile_and_modulefile/Puppetfile
new file mode 100644
index 0000000..f537597
--- /dev/null
+++ b/features/examples/with_puppetfile_and_modulefile/Puppetfile
@@ -0,0 +1,3 @@
+forge 'http://forge.puppetlabs.com'
+
+mod 'maestrodev/test'
diff --git a/features/examples/with_puppetfile_and_modulefile/manifests/init.pp b/features/examples/with_puppetfile_and_modulefile/manifests/init.pp
new file mode 100644
index 0000000..e2be432
--- /dev/null
+++ b/features/examples/with_puppetfile_and_modulefile/manifests/init.pp
@@ -0,0 +1 @@
+class test {}

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