From d58599e68679ec6f67d33b216ab5521e0802f261 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 15 Mar 2022 09:16:10 +0900 Subject: [PATCH] Remove unused puppet-staging The puppet-staging module is not currently used by any modules, thus can be removed from test dependencies. Change-Id: Id9c3f11741b4b0f0117424931daab62db0efa10b --- Puppetfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Puppetfile b/Puppetfile index 7730b1d0d..d21252468 100644 --- a/Puppetfile +++ b/Puppetfile @@ -158,10 +158,6 @@ mod 'ipaclient', :git => 'https://github.com/joshuabaird/puppet-ipaclient', :ref => '2.5.2' -mod 'staging', - :git => 'https://github.com/nanliu/puppet-staging', - :ref => '1.0.4' - mod 'apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', :ref => 'v7.0.0'