Showing with 10 additions and 2 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −1 manifests/plugin/remote_execution/cockpit.pp
  3. +1 −1 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [13.0.1](https://github.com/theforeman/puppet-foreman/tree/13.0.1) (2019-10-31)

[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/13.0.0...13.0.1)

**Fixed bugs:**

- Fixes [\#28146](https://projects.theforeman.org/issues/28146) - Drop double leading slash from cockpit url [\#764](https://github.com/theforeman/puppet-foreman/pull/764) ([adamruzicka](https://github.com/adamruzicka))

## [13.0.0](https://github.com/theforeman/puppet-foreman/tree/13.0.0) (2019-10-25)

[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/12.2.0...13.0.0)
Expand Down
2 changes: 1 addition & 1 deletion manifests/plugin/remote_execution/cockpit.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
}

foreman_config_entry { 'remote_execution_cockpit_url':
value => "/${cockpit_path}/=%{host}",
value => "${cockpit_path}/=%{host}",
}
}
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",
"version": "13.0.0",
"version": "13.0.1",
"author": "theforeman",
"summary": "Foreman server configuration",
"license": "GPL-3.0+",
Expand Down