Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
0abb5e597e
commit
ad61774acf
4 changed files with 6 additions and 4 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
@ -4044,7 +4044,7 @@ files:
|
||||||
maintainers: $team_extreme
|
maintainers: $team_extreme
|
||||||
migrated_to: community.general
|
migrated_to: community.general
|
||||||
$plugins/httpapi/splunk.py:
|
$plugins/httpapi/splunk.py:
|
||||||
migrated_to: splunk.enterprise_security
|
migrated_to: splunk.es
|
||||||
$plugins/httpapi/qradar.py:
|
$plugins/httpapi/qradar.py:
|
||||||
migrated_to: ibm.qradar
|
migrated_to: ibm.qradar
|
||||||
$plugins/inventory/__init__.py:
|
$plugins/inventory/__init__.py:
|
||||||
|
|
2
changelogs/fragments/runtime-splunk-redirect.yml
Normal file
2
changelogs/fragments/runtime-splunk-redirect.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- splunk httpapi plugin - switch from splunk.enterprise_security to splunk.es in runtime.yml to reflect upstream change of Collection Name
|
|
@ -129,7 +129,7 @@ To list installed collections, run ``ansible-galaxy collection list``. This show
|
||||||
cisco.aci 0.0.5
|
cisco.aci 0.0.5
|
||||||
cisco.mso 0.0.4
|
cisco.mso 0.0.4
|
||||||
sandwiches.ham *
|
sandwiches.ham *
|
||||||
splunk.enterprise_security 0.0.5
|
splunk.es 0.0.5
|
||||||
|
|
||||||
# /usr/share/ansible/collections/ansible_collections
|
# /usr/share/ansible/collections/ansible_collections
|
||||||
Collection Version
|
Collection Version
|
||||||
|
@ -179,7 +179,7 @@ To search other paths for collections, use the ``-p`` option. Specify multiple s
|
||||||
cisco.mso 0.0.4
|
cisco.mso 0.0.4
|
||||||
fortinet.fortios 1.0.1
|
fortinet.fortios 1.0.1
|
||||||
sandwiches.ham *
|
sandwiches.ham *
|
||||||
splunk.enterprise_security 0.0.5
|
splunk.es 0.0.5
|
||||||
|
|
||||||
# /usr/share/ansible/collections/ansible_collections
|
# /usr/share/ansible/collections/ansible_collections
|
||||||
Collection Version
|
Collection Version
|
||||||
|
|
|
@ -8606,7 +8606,7 @@ plugin_routing:
|
||||||
nxos:
|
nxos:
|
||||||
redirect: cisco.nxos.nxos
|
redirect: cisco.nxos.nxos
|
||||||
splunk:
|
splunk:
|
||||||
redirect: splunk.enterprise_security.splunk
|
redirect: splunk.es.splunk
|
||||||
qradar:
|
qradar:
|
||||||
redirect: ibm.qradar.qradar
|
redirect: ibm.qradar.qradar
|
||||||
inventory:
|
inventory:
|
||||||
|
|
Loading…
Reference in a new issue