From af4f1f727dbde371bd82f6204129b24d8d4f32e3 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:04:27 +0200 Subject: [PATCH] Make sure frenck is no longer accidentally contacted (#1133) (#1134) * Make sure frenck is no longer accidentally contacted. * More precise. frenck explicitly requested in https://github.com/ansible-collections/community.general/pull/358 to not be contacted about this module ("I don't use Ansible anymore. Haven't contributed in years and don't plan on doing so." / "I'm no supporting this module or project anymore."). (cherry picked from commit 55629b311a7d98a9125a36912a4c6a90cd586b89) Co-authored-by: Felix Fontein --- .github/BOTMETA.yml | 2 -- plugins/modules/system/osx_defaults.py | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 9f21ad1eca..4d63fef801 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1163,10 +1163,8 @@ files: authors: agaffney $modules/system/osx_defaults.py: notify: chris-short - authors: frenck maintainers: $team_macos labels: macos osx_defaults - ignore: frenck keywords: brew cask darwin homebrew macosx macports osx $modules/system/pam_limits.py: authors: usawa diff --git a/plugins/modules/system/osx_defaults.py b/plugins/modules/system/osx_defaults.py index 266c4c4f7e..54947917c3 100644 --- a/plugins/modules/system/osx_defaults.py +++ b/plugins/modules/system/osx_defaults.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2014, GeekChimp - Franck Nijhof +# Copyright: (c) 2014, GeekChimp - Franck Nijhof (DO NOT CONTACT!) # Copyright: (c) 2019, Ansible project # Copyright: (c) 2019, Abhijeet Kasurde # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) @@ -13,7 +13,8 @@ DOCUMENTATION = r''' --- module: osx_defaults author: -- Franck Nijhof (@frenck) +# DO NOT RE-ADD GITHUB HANDLE! +- Franck Nijhof (!UNKNOWN) short_description: Manage macOS user defaults description: - osx_defaults allows users to read, write, and delete macOS user defaults from Ansible scripts.