Dzahn has submitted this change and it was merged. Change subject: fermium: add service IPs to hiera ......................................................................
fermium: add service IPs to hiera Change-Id: I24d0945b3033909ed724567ccf412a8c197244f5 --- M hieradata/hosts/fermium.yaml 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/hieradata/hosts/fermium.yaml b/hieradata/hosts/fermium.yaml index f39d3b2..05a3ece 100644 --- a/hieradata/hosts/fermium.yaml +++ b/hieradata/hosts/fermium.yaml @@ -1,2 +1,8 @@ admin::groups: - mailman-admins +mailman::lists_ip: + - '208.80.154.75' + - '2620:0:861:3::2' +mailman::server_ip: + - '208.80.154.74' + - '2620:0:861:3:208:80:154:74' -- To view, visit https://gerrit.wikimedia.org/r/233052 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I24d0945b3033909ed724567ccf412a8c197244f5 Gerrit-PatchSet: 5 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: John F. Lewis <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: John F. Lewis <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
