X-Git-Url: http://git.onelab.eu/?p=plcrt.git;a=blobdiff_plain;f=conf.d%2Fplanetlab.pl;fp=conf.d%2Fplanetlab.pl;h=c6fb146ed4b9e33378337a0c40b54920b10ecba3;hp=60268452c5451dd5770c700244b47e245c90685c;hb=388b2853b26444acf333efd0cc0a96736020da4d;hpb=296a63e10fd80ea26778a7d0dbea81db73b9350b diff --git a/conf.d/planetlab.pl b/conf.d/planetlab.pl index 6026845..c6fb146 100644 --- a/conf.d/planetlab.pl +++ b/conf.d/planetlab.pl @@ -1,4 +1,25 @@ +@Users = ( + { Name => 'Support Watch List', + Gecos => 'support watch list', + RealName => 'supportwatchlist', + Password => '', + EmailAddress => 'PLC_RT_CC_ADDRESS', + Comments => '', + Privileged => '1', } ); + +# These addresses all use the same email but it can easily be changed within RT +@Watchers = ( + { Queue => 'support', + Watchers => [ {Email => 'PLC_RT_CC_ADDRESS', Type => 'AdminCC',} ] }, + { Queue => 'monitor', + Watchers => [ {Email => 'PLC_RT_CC_ADDRESS', Type => 'AdminCC',} ] }, + { Queue => 'legal', + Watchers => [ {Email => 'PLC_RT_CC_ADDRESS', Type => 'AdminCC',} ] }, + { Queue => 'security', + Watchers => [ {Email => 'PLC_RT_CC_ADDRESS', Type => 'AdminCC',} ] }, +); + @ACL = ( { GroupDomain => 'SystemInternal', GroupType => 'Everyone',