Dzahn has submitted this change and it was merged. Change subject: fix pdf servers in dsh groups ......................................................................
fix pdf servers in dsh groups there are pdf1-3. pdf1 was in ALL, the others were not. and actually they are "misc" as well (or "very misc":) Change-Id: I1a8e0b70e4d33b95876c8c79a76f393273962c39 --- M files/dsh/group/ALL M files/dsh/group/misc_pmtpa 2 files changed, 5 insertions(+), 0 deletions(-) Approvals: ArielGlenn: Looks good to me, but someone else must approve jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/files/dsh/group/ALL b/files/dsh/group/ALL index 621e86a..27a9019 100644 --- a/files/dsh/group/ALL +++ b/files/dsh/group/ALL @@ -5,6 +5,8 @@ hume mchenry pdf1 +pdf2 +pdf3 sanger terbium lvs1 diff --git a/files/dsh/group/misc_pmtpa b/files/dsh/group/misc_pmtpa index 06e4c94..7da7be2 100644 --- a/files/dsh/group/misc_pmtpa +++ b/files/dsh/group/misc_pmtpa @@ -21,6 +21,9 @@ mchenry mexia pappas +pdf1 +pdf2 +pdf3 professor rose sanger -- To view, visit https://gerrit.wikimedia.org/r/94307 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1a8e0b70e4d33b95876c8c79a76f393273962c39 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: Cmjohnson <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
