From ac25613f15698c153f12517f1364f1c164410528 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 13 Oct 2008 22:32:52 -0400 Subject: [PATCH] Quote asterisks in prodconfig, beacuse they're special in YAML svn path=/trunk/packages/xvm-prodconfig/; revision=1110 --- debian/changelog | 6 ++++++ files/etc/invirt/master.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ae2021..df8ed85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (0.15) unstable; urgency=low + + * Asterisk is a special character in YAML - quote it + + -- Evan Broder Mon, 13 Oct 2008 22:32:24 -0400 + xvm-prodconfig (0.14) unstable; urgency=low * Update DNS to expect queries from prod.xvm.mit.edu diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index 4fcd543..6ed79da 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -50,7 +50,7 @@ web: errormail: xvm@mit.edu adminacl: system:xvm-root errormail_exclude: - - * + - '*' - price - ecprice - andersk -- 1.7.9.5