From 75649dade18b2fb788d012376f420d5478906a76 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 28 Mar 2009 19:56:01 -0400 Subject: [PATCH 1/1] Add a mail.contact entry in xvm-devconfig and xvm-prodconfig for who to forward mail to. svn path=/trunk/packages/xvm-prodconfig/; revision=2278 --- debian/changelog | 6 ++++++ master.yaml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 75577f0..490b48f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.13) unstable; urgency=low + + * Add a mail.contact entry for who to forward mail to. + + -- Evan Broder Sat, 28 Mar 2009 19:52:11 -0400 + xvm-prodconfig (1.1.12) unstable; urgency=low * Make adminacl a global setting. diff --git a/master.yaml b/master.yaml index 9a1d59a..244e0d7 100644 --- a/master.yaml +++ b/master.yaml @@ -1,5 +1,6 @@ contact: &contact xvm@mit.edu adminacl: system:xvm-root +priv_contact: &priv_contact xvm-root@mit.edu apt: keyid: 35AE3C4F @@ -57,6 +58,9 @@ hosts: # hosts on which VMs run kerberos: realm: ATHENA.MIT.EDU +mail: + forward: *priv_contact + monitoring: - hostname: syn.mit.edu ip: 18.181.0.65 -- 1.7.9.5