Showing with 12 additions and 1 deletion.
  1. +8 −0 CHANGELOG.md
  2. +1 −0 manifests/plugin/ansible.pp
  3. +1 −1 metadata.json
  4. +2 −0 spec/classes/foreman_proxy__plugin__ansible_spec.rb
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [24.0.1](https://github.com/theforeman/puppet-foreman_proxy/tree/24.0.1) (2022-12-14)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/24.0.0...24.0.1)

**Fixed bugs:**

- Fixes [\#35809](https://projects.theforeman.org/issues/35809) - always enable rex when enabling ansible [\#791](https://github.com/theforeman/puppet-foreman_proxy/pull/791) ([evgeni](https://github.com/evgeni))

## [24.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/24.0.0) (2022-11-04)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/23.0.1...24.0.0)
Expand Down
1 change: 1 addition & 0 deletions manifests/plugin/ansible.pp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
}

include foreman_proxy::plugin::dynflow
include foreman_proxy::plugin::remote_execution::script
if $install_runner {
include foreman_proxy::plugin::ansible::runner
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theforeman-foreman_proxy",
"version": "24.0.0",
"version": "24.0.1",
"author": "theforeman",
"summary": "Foreman Smart Proxy configuration",
"license": "GPL-3.0+",
Expand Down
2 changes: 2 additions & 0 deletions spec/classes/foreman_proxy__plugin__ansible_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

describe 'with default settings' do
it { should contain_class('foreman_proxy::plugin::dynflow') }
it { should contain_class('foreman_proxy::plugin::remote_execution::script') }
it { should contain_foreman_proxy__plugin__module('ansible') }

case os
Expand Down Expand Up @@ -58,6 +59,7 @@
end

it { should contain_class('foreman_proxy::plugin::dynflow') }
it { should contain_class('foreman_proxy::plugin::remote_execution::script') }

case os
when 'debian-10-x86_64'
Expand Down