ArielGlenn has submitted this change and it was merged. Change subject: comment out dysprosium in decomm list so configs cleanup won't ......................................................................
comment out dysprosium in decomm list so configs cleanup won't cut -d"'" -f 2 -s blah totally picks up the hostname as decommed if you just slap a # in front Change-Id: I7871d694af66467e469f45fad939fae1c96281be --- M manifests/decommissioning.pp 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: ArielGlenn: Looks good to me, approved jenkins-bot: Verified diff --git a/manifests/decommissioning.pp b/manifests/decommissioning.pp index ab24fcf..f64b114 100644 --- a/manifests/decommissioning.pp +++ b/manifests/decommissioning.pp @@ -39,7 +39,7 @@ 'db56', 'db58', 'db59', -# 'dysprosium', add this back later when it's reclaimed +#dysprosium -- add this back later when it is reclaimed 'ms1', 'ms2', #5994 decommed 'ms3', -- To view, visit https://gerrit.wikimedia.org/r/101218 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7871d694af66467e469f45fad939fae1c96281be Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
