From 5e82e188c52eb308c19cd274ea282a7bc5a4ccb9 Mon Sep 17 00:00:00 2001 From: Jo Vandeginste Date: Fri, 17 Sep 2021 15:48:13 +0200 Subject: [PATCH] Switch to puppet/systemd Signed-off-by: Jo Vandeginste --- .fixtures.yml | 8 ++++---- metadata.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 336d1edbe..3b65040bc 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -14,12 +14,12 @@ fixtures: puppet: 'https://github.com/theforeman/puppet-puppet' redis: 'https://github.com/voxpupuli/puppet-redis' systemd: - repo: 'https://github.com/camptocamp/puppet-systemd' - ref: '2.12.0' + repo: 'https://github.com/voxpupuli/puppet-systemd' + ref: '3.5.0' selinux_core: - repo: "https://github.com/puppetlabs/puppetlabs-selinux_core" + repo: 'https://github.com/puppetlabs/puppetlabs-selinux_core' puppet_version: ">= 6.0.0" - stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib' + stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib' yumrepo_core: repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core" puppet_version: ">= 6.0.0" diff --git a/metadata.json b/metadata.json index 5cfa6e6e3..f4c445499 100644 --- a/metadata.json +++ b/metadata.json @@ -13,7 +13,7 @@ ], "dependencies": [ { - "name": "camptocamp/systemd", + "name": "puppet/systemd", "version_requirement": ">= 2.2.0 < 4.0.0" }, {