From 6d710fe05c7965ad540353f811f1093953aa20cd Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:03:48 +0200 Subject: [PATCH] [PR #11911/fba7da43 backport][stable-12] Remove as maintainer (#12043) Remove as maintainer (#11911) Remove ownership I do not maintain those modules anymore since years. I think the time has come to remove at least my name from them. (cherry picked from commit fba7da439470b11efcde095d0a89f21134832b68) Co-authored-by: keachi <1687482+keachi@users.noreply.github.com> --- .github/BOTMETA.yml | 2 +- plugins/module_utils/univention_umc.py | 3 +-- plugins/modules/udm_dns_record.py | 4 ++-- plugins/modules/udm_dns_zone.py | 4 ++-- plugins/modules/udm_group.py | 4 ++-- plugins/modules/udm_share.py | 4 ++-- plugins/modules/udm_user.py | 4 ++-- 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index d69f7a8eb3..59b7def692 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1419,7 +1419,7 @@ files: $modules/typetalk.py: maintainers: tksmd $modules/udm_: - maintainers: keachi + ignore: keachi $modules/ufw.py: labels: ufw maintainers: ahtik ovcharenko pyykkis diff --git a/plugins/module_utils/univention_umc.py b/plugins/module_utils/univention_umc.py index 1d9ce5189d..a614153332 100644 --- a/plugins/module_utils/univention_umc.py +++ b/plugins/module_utils/univention_umc.py @@ -5,8 +5,7 @@ # to the complete work. # # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi -# +# @keachi # Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause) # SPDX-License-Identifier: BSD-2-Clause diff --git a/plugins/modules/udm_dns_record.py b/plugins/modules/udm_dns_record.py index c199719fe9..a35142209d 100644 --- a/plugins/modules/udm_dns_record.py +++ b/plugins/modules/udm_dns_record.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @keachi # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later @@ -10,7 +10,7 @@ from __future__ import annotations DOCUMENTATION = r""" module: udm_dns_record author: - - Tobias Rüetschi (@keachi) + - keachi (@keachi) short_description: Manage DNS entries on a univention corporate server description: - This module allows to manage DNS records on a univention corporate server (UCS). It uses the Python API of the UCS to diff --git a/plugins/modules/udm_dns_zone.py b/plugins/modules/udm_dns_zone.py index 3b61cdb8f8..6d1babc5d5 100644 --- a/plugins/modules/udm_dns_zone.py +++ b/plugins/modules/udm_dns_zone.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @keachi # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later @@ -10,7 +10,7 @@ from __future__ import annotations DOCUMENTATION = r""" module: udm_dns_zone author: - - Tobias Rüetschi (@keachi) + - keachi (@keachi) short_description: Manage DNS zones on a univention corporate server description: - This module allows to manage DNS zones on a univention corporate server (UCS). It uses the Python API of the UCS to create diff --git a/plugins/modules/udm_group.py b/plugins/modules/udm_group.py index 8db4360d71..53be7e89b4 100644 --- a/plugins/modules/udm_group.py +++ b/plugins/modules/udm_group.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @keachi # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later @@ -10,7 +10,7 @@ from __future__ import annotations DOCUMENTATION = r""" module: udm_group author: - - Tobias Rüetschi (@keachi) + - keachi (@keachi) short_description: Manage of the posix group description: - This module allows to manage user groups on a univention corporate server (UCS). It uses the Python API of the UCS to diff --git a/plugins/modules/udm_share.py b/plugins/modules/udm_share.py index 401b24d20f..3fb28fcf63 100644 --- a/plugins/modules/udm_share.py +++ b/plugins/modules/udm_share.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @keachi # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later @@ -10,7 +10,7 @@ from __future__ import annotations DOCUMENTATION = r""" module: udm_share author: - - Tobias Rüetschi (@keachi) + - keachi (@keachi) short_description: Manage samba shares on a univention corporate server description: - This module allows to manage samba shares on a univention corporate server (UCS). It uses the Python API of the UCS to diff --git a/plugins/modules/udm_user.py b/plugins/modules/udm_user.py index d681c75cfe..3b2e13c397 100644 --- a/plugins/modules/udm_user.py +++ b/plugins/modules/udm_user.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @keachi # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later @@ -10,7 +10,7 @@ from __future__ import annotations DOCUMENTATION = r""" module: udm_user author: - - Tobias Rüetschi (@keachi) + - keachi (@keachi) short_description: Manage posix users on a univention corporate server description: - This module allows to manage posix users on a univention corporate server (UCS). It uses the Python API of the UCS to