From 186d6bb6c2910ca4f5ebbe4bdcafda29c6920982 Mon Sep 17 00:00:00 2001 From: Cool Fire Date: Thu, 18 Jun 2020 22:27:13 +0200 Subject: [PATCH] Go back to using upstream firewall_multi --- Puppetfile | 3 +-- Puppetfile.lock | 10 ++-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Puppetfile b/Puppetfile index 201c380..fbe6689 100644 --- a/Puppetfile +++ b/Puppetfile @@ -3,8 +3,7 @@ forge "https://forgeapi.puppetlabs.com" # Modules from puppetforge -mod 'alexharvey-firewall_multi', - :git => 'https://github.com/cFire/puppet-firewall_multi' +mod 'alexharvey-firewall_multi' mod 'camptocamp-systemd' mod 'danfoster-sysfs' mod 'devsec-suricata' diff --git a/Puppetfile.lock b/Puppetfile.lock index 5d17f23..de81ecf 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -5,6 +5,8 @@ FORGE camptocamp-systemd (< 3.0.0, >= 1.1.1) puppet-archive (< 5.0.0, >= 2.0.0) puppetlabs-stdlib (< 7.0.0, >= 4.13.1) + alexharvey-firewall_multi (1.18.0) + puppetlabs-firewall (= 2.4.0) camptocamp-systemd (2.9.0) puppetlabs-inifile (< 5.0.0, >= 1.6.0) puppetlabs-stdlib (< 7.0.0, >= 4.13.1) @@ -74,14 +76,6 @@ FORGE stahnma-epel (1.3.1) puppetlabs-stdlib (>= 3.0.0) -GIT - remote: https://github.com/cFire/puppet-firewall_multi - ref: master - sha: a5d9e453861936861740f98d9c8ef64d05dfc6f5 - specs: - alexharvey-firewall_multi (1.17.1) - puppetlabs-firewall (= 2.4.0) - GIT remote: https://github.com/gnubila-france/puppet-autossh.git ref: master -- GitLab