From e480efa59f3f14f4cf828104ec3b8fe3d2555f88 Mon Sep 17 00:00:00 2001 From: Cool Fire Date: Thu, 19 Dec 2019 12:35:32 +0100 Subject: [PATCH] Make sure we keep camptocamp-systemd We never used it directly until now, but we do now so we want to keep it even if it is not included through some other module anymore --- Puppetfile | 1 + Puppetfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Puppetfile b/Puppetfile index 6244dda..f3ff477 100644 --- a/Puppetfile +++ b/Puppetfile @@ -4,6 +4,7 @@ forge "https://forgeapi.puppetlabs.com" # Modules from puppetforge mod 'alexharvey-firewall_multi' +mod 'camptocamp-systemd' mod 'danfoster-sysfs' mod 'herculesteam-augeasproviders_sysctl' mod 'KyleAnderson-consul' diff --git a/Puppetfile.lock b/Puppetfile.lock index ba40d69..05757b4 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -120,6 +120,7 @@ DEPENDENCIES KyleAnderson-consul (>= 0) alexharvey-firewall_multi (>= 0) arioch-redis (>= 0) + camptocamp-systemd (>= 0) danfoster-sysfs (>= 0) herculesteam-augeasproviders_sysctl (>= 0) lvicainne-opendkim (>= 0) -- GitLab