Skip to content

Commit

Permalink
Merge pull request #747 from splunk/develop
Browse files Browse the repository at this point in the history
Release 9.1.0.2
  • Loading branch information
adityapinglesf authored Jul 31, 2023
2 parents e03dd5e + 9872600 commit fdd7fdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Changelog

## Navigation

* [9.1.0.2](#9102)
* [9.1.0.1](#9101)
* [9.0.5](#905)
* [9.0.4.1](#9041)
Expand Down Expand Up @@ -74,6 +74,13 @@

---

## 9.1.0.2

#### Changes
* Bugfixes

---

## 9.1.0.1

#### Changes
Expand Down
3 changes: 0 additions & 3 deletions roles/splunk_common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
- splunk.http_port | int != 8000

- include_tasks: set_mgmt_port.yml
when:
- "'svc_port' in splunk"
- splunk.svc_port | int != 8089

- include_tasks: set_root_endpoint.yml
when: "'root_endpoint' in splunk and splunk.root_endpoint"
Expand Down
4 changes: 3 additions & 1 deletion roles/splunk_common/tasks/set_mgmt_port.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
dest: "{{ splunk.home }}/etc/system/local/web.conf"
section: settings
option: "mgmtHostPort"
value: "127.0.0.1:{{ splunk.svc_port }}"
value: "0.0.0.0:{{ splunk.svc_port }}"
owner: "{{ splunk.user }}"
group: "{{ splunk.group }}"
when:
- "'svc_port' in splunk"

0 comments on commit fdd7fdd

Please sign in to comment.