From d046dfd365125734e40be974d218ad0bd7507185 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 27 Feb 2009 15:48:18 -0500 Subject: [PATCH] In xvm-devconfig and xvm-prodconfig: * Make adminacl a global setting. * Use a common value for the various contact fields. svn path=/trunk/packages/xvm-prodconfig/; revision=2216 --- debian/changelog | 7 +++++++ master.yaml | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a9aadb..75577f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-prodconfig (1.1.12) unstable; urgency=low + + * Make adminacl a global setting. + * Use a common value for the various contact fields. + + -- Evan Broder Fri, 27 Feb 2009 15:45:46 -0500 + xvm-prodconfig (1.1.11) unstable; urgency=low * Add 2.181.18.in-addr.arpa to the list of domains we are authoritative for diff --git a/master.yaml b/master.yaml index f73f80f..9a1d59a 100644 --- a/master.yaml +++ b/master.yaml @@ -1,3 +1,6 @@ +contact: &contact xvm@mit.edu +adminacl: system:xvm-root + apt: keyid: 35AE3C4F @@ -31,7 +34,7 @@ dhcp: search_domain: mit.edu dns: - contact: xvm@mit.edu + contact: *contact domains: # first one is advertised - xvm.mit.edu - 2.181.18.in-addr.arpa @@ -76,8 +79,7 @@ vnc: web: baseuri: https://xvm.mit.edu/ hostname: xvm.mit.edu - errormail: xvm@mit.edu - adminacl: system:xvm-root + errormail: *contact errormail_exclude: - broder - price -- 1.7.9.5