From bc6cc977f52592df68a3bafb1d58e4a99d62520a Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 21 Sep 2021 11:01:55 +0200 Subject: [PATCH] Depend on puppet/systemd ~> 3.1 In 8ab95bcd65cdb83f8d1ca4d5b4473880b6737eb7 a change was made that required at least version 3.1.0. That was only released under the puppet namespace. This fixes the metadata to reflect that. Fixes: 8ab95bcd65cdb83f8d1ca4d5b4473880b6737eb7 --- .fixtures.yml | 2 +- metadata.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 0f653d2d..aff796d6 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -5,4 +5,4 @@ fixtures: puppet_version: '>= 6.0.0' concat: 'https://github.com/puppetlabs/puppetlabs-concat' stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git' - systemd: 'https://github.com/camptocamp/puppet-systemd' + systemd: 'https://github.com/puppet/puppet-systemd' diff --git a/metadata.json b/metadata.json index 130a71c0..d93780ab 100644 --- a/metadata.json +++ b/metadata.json @@ -16,8 +16,8 @@ ], "dependencies": [ { - "name": "camptocamp/systemd", - "version_requirement": ">= 1.0.0 < 4.0.0" + "name": "puppet/systemd", + "version_requirement": ">= 3.1.0 < 4.0.0" }, { "name": "puppetlabs/concat",