[DRE-commits] [librarian-puppet] 34/97: Add a module to use in tests

Stig Sandbeck Mathisen ssm at debian.org
Tue Mar 11 12:12:48 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 3de847ecde44c0c42fd74cc46c9a6fd34d80668a
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Wed Dec 11 12:46:23 2013 +0100

    Add a module to use in tests
---
 features/examples/test/Modulefile        | 7 +++++++
 features/examples/test/manifests/init.pp | 1 +
 2 files changed, 8 insertions(+)

diff --git a/features/examples/test/Modulefile b/features/examples/test/Modulefile
new file mode 100644
index 0000000..05691b9
--- /dev/null
+++ b/features/examples/test/Modulefile
@@ -0,0 +1,7 @@
+name 'librarian-test'
+version '0.0.1'
+
+author 'librarian'
+license 'Apache License, Version 2.0'
+
+dependency 'puppetlabs/stdlib', '>=0'
diff --git a/features/examples/test/manifests/init.pp b/features/examples/test/manifests/init.pp
new file mode 100644
index 0000000..e2be432
--- /dev/null
+++ b/features/examples/test/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