diff options
author | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2005-06-23 19:36:38 +0000 |
---|---|---|
committer | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2005-06-23 19:36:38 +0000 |
commit | 38c8ef79136e1ab059938ba7d3072a7c003533fe (patch) | |
tree | 2ef461588d4137626fde23862aa55c07a2fc5dc8 | |
parent | e726e6347195bc7e889fd59b250b9f06840cf4d1 (diff) | |
download | bcfg2-38c8ef79136e1ab059938ba7d3072a7c003533fe.tar.gz bcfg2-38c8ef79136e1ab059938ba7d3072a7c003533fe.tar.bz2 bcfg2-38c8ef79136e1ab059938ba7d3072a7c003533fe.zip |
made a minor change
(Logical change 1.239)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@999 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | examples/report-configuration.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/report-configuration.xml b/examples/report-configuration.xml index 210ed0dae..728dc4c1a 100644 --- a/examples/report-configuration.xml +++ b/examples/report-configuration.xml @@ -1,8 +1,8 @@ <Reports> <Report name='core_stats' good='Y' modified='Y'> <Delivery mechanism='mail' type='nodes-digest'> - <Destination address='root@localhost'/> - <Destination address='user@domain.tld'/> + <Destination address='user@domain.tld'/> + <Destination address='user@otherdomain.tld'/> </Delivery> <Delivery mechanism='mail' type='nodes-individual'> <Destination address='user@domain.tld'/> |