diff --git a/.fixtures.yml b/.fixtures.yml index c967a9b..c4916b4 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,14 +1,14 @@ fixtures: repositories: apt: 'https://github.com/puppetlabs/puppetlabs-apt.git' stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git' epel: 'https://github.com/voxpupuli/puppet-epel.git' augeasproviders_sysctl: 'https://github.com/hercules-team/augeasproviders_sysctl.git' augeasproviders_core: 'https://github.com/hercules-team/augeasproviders_core.git' augeas_core: repo: "https://github.com/puppetlabs/puppetlabs-augeas_core" puppet_version: ">= 6.0.0" yumrepo_core: repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core" puppet_version: ">= 6.0.0" - systemd: 'https://github.com/camptocamp/puppet-systemd.git' + systemd: 'https://github.com/voxpupuli/puppet-systemd.git' diff --git a/metadata.json b/metadata.json index 998b854..61187c5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,67 +1,67 @@ { "name": "puppet-redis", "version": "7.0.1-rc0", "author": "Vox Pupuli", "summary": "Redis module", "license": "Apache-2.0", "source": "https://github.com/voxpupuli/puppet-redis.git", "project_page": "http://github.com/voxpupuli/puppet-redis", "issues_url": "https://github.com/voxpupuli/puppet-redis/issues", "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.25.0 < 8.0.0" }, { - "name": "camptocamp/systemd", + "name": "puppet/systemd", "version_requirement": ">= 2.0.0 < 4.0.0" } ], "description": "Redis module with cluster support", "tags": [ "cluster", "failover", "loadbalancing", "redis", "sentinel" ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.1.0 < 8.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "9", "10" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", "20.04" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "Archlinux" } ] }