Skip to content

Commit 325f0c2

Browse files
authored
Merge pull request #14 from xFuture603/rename_t_systems_mms_to_telekom_mms
renamed t_systems_mms to telekom_mms
2 parents d58847a + 7b66923 commit 325f0c2

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
commit-message: 'update galaxy.yml with new version'
4141
force-add: 'true'
4242
files: galaxy.yml
43-
name: T-Systems MMS
44-
email: frage@t-systems-mms.com
43+
name: Telekom MMS
44+
email: mms@telekom.de

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
commit-message: 'update changelog'
4343
force-add: 'true'
4444
files: CHANGELOG.md
45-
name: T-Systems MMS
46-
email: frage@t-systems-mms.com
45+
name: Telekom MMS
46+
email: mms@telekom.de
4747

4848
# do a second checkout to prevent race situation
4949
# changelog gets updated but action works on old commit id

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ This collection contains an Ansible role which does generate configuration for t
55
## Installation
66

77
```bash
8-
ansible-galaxy collection install t_systems_mms.icinga_business_process
8+
ansible-galaxy collection install telekom_mms.icinga_business_process
99
```
1010

1111
Alternatively put the collection into a requirements.yml-file:
1212

1313
```yaml
1414
---
1515
collections:
16-
- t_systems_mms.icinga_business_process
16+
- telekom_mms.icinga_business_process
1717
```
1818
1919
## Example using the role

galaxy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
namespace: t_systems_mms
1+
namespace: telekom_mms
22
name: icinga_business_process
33
version: 1.0.4
44
readme: README.md
55
authors:
6-
- Christoph Sieber <christoph.sieber@t-systems.com>
7-
- Daniel Uhlmann <daniel.uhlmann@t-systems.com>
6+
- Christoph Sieber <christoph.sieber@telekom.de>
7+
- Daniel Uhlmann <daniel.uhlmann@telekom.de>
88
description: >-
99
This collection contains an Ansible role to configure business processes in
1010
the icinga business process extension.
@@ -16,10 +16,10 @@ tags:
1616
- monitoring
1717
- business_process
1818
dependencies: {}
19-
repository: 'https://github.com/T-Systems-MMS/ansible-collection-icinga-business-process'
20-
documentation: 'https://github.com/T-Systems-MMS/ansible-collection-icinga-business-process'
21-
homepage: 'https://github.com/T-Systems-MMS/ansible-collection-icinga-business-process'
19+
repository: 'https://github.com/telekom-mms/ansible-collection-icinga-business-process'
20+
documentation: 'https://github.com/telekom-mms/ansible-collection-icinga-business-process'
21+
homepage: 'https://github.com/telekom-mms/ansible-collection-icinga-business-process'
2222
issues: >-
23-
https://github.com/T-Systems-MMS/ansible-collection-icinga-business-process/issues
23+
https://github.com/telekom-mms/ansible-collection-icinga-business-process/issues
2424
build_ignore:
2525
- .github

roles/ansible_icinga_business_process/meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
3-
- t_systems_mms.icinga_business_process
3+
- telekom_mms.icinga_business_process
44
galaxy_info:
5-
author: t_systems_mms
5+
author: telekom_mms
66
description: icinga business process configuration
77
license: GPLv3
88
min_ansible_version: 2.9

0 commit comments

Comments
 (0)