From a730ebc64415aa674335dc31461ff489511288d4 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:03:44 +0200 Subject: [PATCH] [PR #11911/fba7da43 backport][stable-11] Remove as maintainer (#12042) 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 a4a2273549..a519cf2b16 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1376,7 +1376,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 b08f39e306..3590b5803a 100644 --- a/plugins/module_utils/univention_umc.py +++ b/plugins/module_utils/univention_umc.py @@ -7,8 +7,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 989757f10c..22ba5f04c3 100644 --- a/plugins/modules/udm_dns_record.py +++ b/plugins/modules/udm_dns_record.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # 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 @@ -13,7 +13,7 @@ __metaclass__ = type 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 7075572e73..9dd25d5433 100644 --- a/plugins/modules/udm_dns_zone.py +++ b/plugins/modules/udm_dns_zone.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # 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 @@ -13,7 +13,7 @@ __metaclass__ = type 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 b8cb70d4dd..553aba7f07 100644 --- a/plugins/modules/udm_group.py +++ b/plugins/modules/udm_group.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # 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 @@ -13,7 +13,7 @@ __metaclass__ = type 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 d0554375db..be9a03c89c 100644 --- a/plugins/modules/udm_share.py +++ b/plugins/modules/udm_share.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # 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 @@ -13,7 +13,7 @@ __metaclass__ = type 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 46f6e696b2..fb4d6857e2 100644 --- a/plugins/modules/udm_user.py +++ b/plugins/modules/udm_user.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # 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 @@ -13,7 +13,7 @@ __metaclass__ = type 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