Showing with 11 additions and 3 deletions.
  1. +1 −1 .fixtures.yml
  2. +8 −0 CHANGELOG.md
  3. +2 −2 metadata.json
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ fixtures:
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'
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [15.2.0](https://github.com/theforeman/puppet-puppet/tree/15.2.0) (2021-11-05)

[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.1.0...15.2.0)

**Implemented enhancements:**

- Switch to puppet/systemd [\#804](https://github.com/theforeman/puppet-puppet/pull/804) ([ekohl](https://github.com/ekohl))

## [15.1.0](https://github.com/theforeman/puppet-puppet/tree/15.1.0) (2021-07-26)

[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.0.0...15.1.0)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theforeman-puppet",
"version": "15.1.0",
"version": "15.2.0",
"author": "theforeman",
"summary": "Puppet agent and server configuration",
"license": "GPL-3.0+",
Expand Down Expand Up @@ -28,7 +28,7 @@
"version_requirement": ">= 3.0.0 < 6.0.0"
},
{
"name": "camptocamp/systemd",
"name": "puppet/systemd",
"version_requirement": ">= 2.9.0 < 4.0.0"
}
],
Expand Down