From 75a1f4d9ab9ca395b24d8041bda51a60e4fd6317 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 27 Feb 2015 11:13:47 -0500 Subject: [PATCH] Add Java Puppet mod dependency for tarball install * Relevant to #56 Change-Id: I471927e458a17a3b08e0d02ccc760901a7d19192 Signed-off-by: Daniel Farrell --- .fixtures.yml | 1 + metadata.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.fixtures.yml b/.fixtures.yml index 38bbeb0..9822087 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,5 +2,6 @@ fixtures: repositories: stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" archive: "https://github.com/dfarrell07/puppet-archive" + java: "https://github.com/puppetlabs/puppetlabs-java" symlinks: opendaylight: "#{source_dir}" diff --git a/metadata.json b/metadata.json index bfa8958..4655ed6 100644 --- a/metadata.json +++ b/metadata.json @@ -16,6 +16,10 @@ { "name": "camptocamp-archive", "version_requirement": "0.x" + }, + { + "name": "puppetlabs-java", + "version_requirement": "1.x" } ], "operatingsystem_support": [ -- 2.36.6