Skip to content

Commit

Permalink
Depend on puppet/systemd ~> 3.1
Browse files Browse the repository at this point in the history
In 8ab95bc 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: 8ab95bc
  • Loading branch information
ekohl committed Sep 21, 2021
1 parent 1f3bab3 commit bc6cc97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc6cc97

Please sign in to comment.