diff --git a/.fixtures.yml b/.fixtures.yml index c7a3142..d4574a7 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,16 +1,16 @@ fixtures: repositories: augeas_core: repo: 'https://github.com/puppetlabs/puppetlabs-augeas_core' puppet_version: '>= 6.0.0' concat: 'https://github.com/puppetlabs/puppetlabs-concat.git' cron_core: repo: 'https://github.com/puppetlabs/puppetlabs-cron_core' puppet_version: '>= 6.0.0' extlib: 'https://github.com/voxpupuli/puppet-extlib.git' git: 'https://github.com/theforeman/puppet-git.git' inifile: 'https://github.com/puppetlabs/puppetlabs-inifile.git' puppetdb: 'https://github.com/puppetlabs/puppetlabs-puppetdb.git' puppetserver_foreman: 'https://github.com/theforeman/puppet-puppetserver_foreman.git' stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git' - 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 69ac8d1..55f6780 100644 --- a/metadata.json +++ b/metadata.json @@ -1,118 +1,118 @@ { "name": "theforeman-puppet", "version": "15.1.0", "author": "theforeman", "summary": "Puppet agent and server configuration", "license": "GPL-3.0+", "source": "git://github.com/theforeman/puppet-puppet", "project_page": "https://github.com/theforeman/puppet-puppet", "issues_url": "https://github.com/theforeman/puppet-puppet/issues", "description": "Module for installing the Puppet agent and Puppet server", "tags": [ "foreman", "puppet", "puppetmaster", "puppet-server" ], "dependencies": [ { "name": "puppetlabs/concat", "version_requirement": ">= 4.1.0 < 8.0.0" }, { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.18.0 < 8.0.0" }, { "name": "puppet/extlib", "version_requirement": ">= 3.0.0 < 6.0.0" }, { - "name": "camptocamp/systemd", + "name": "puppet/systemd", "version_requirement": ">= 2.9.0 < 4.0.0" } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 5.5.8 < 8.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7", "8" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7", "8" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "6", "7" ] }, { "operatingsystem": "Fedora", "operatingsystemrelease": [ "31" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "9", "10" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "16.04", "18.04", "20.04" ] }, { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ "11", "12" ] }, { "operatingsystem": "DragonFly", "operatingsystemrelease": [ "4" ] }, { "operatingsystem": "Archlinux" }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "11", "12" ] }, { "operatingsystem": "windows", "operatingsystemrelease": [ "8", "2012", "2012 R2" ] } ] }