From 99459ca72d2cf1bb3334ce3c5c75e0c481f27648 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 30 Nov 2018 16:46:35 +0100 Subject: [PATCH] Add mount_core module needed by puppet-swift Needed for the unit tests. See failure in [1]. [1] https://review.openstack.org/#/c/621138/ Change-Id: Ie43243876ef771044d52a95e1cc56d10ed5ecbb9 --- Puppetfile_unit | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Puppetfile_unit b/Puppetfile_unit index da753928d..163224319 100644 --- a/Puppetfile_unit +++ b/Puppetfile_unit @@ -13,3 +13,8 @@ mod 'sshkeys_core', mod 'yumrepo_core', :git => 'https://github.com/puppetlabs/puppetlabs-yumrepo_core', :ref => 'd751a380d7aea5ba88b3571a342039dfae3621e4' + +# NOTE(tobias-urdin): Needed by puppet-swift. +mod 'mount_core', + :git => 'https://github.com/puppetlabs/puppetlabs-mount_core', + :ref => '1.0.2'