Admin Guides_Trac Emails - ACCESS-NRI/accessdev-Trac-archive GitHub Wiki
Anyone with an NCI account can register with us to be able to receive emails when a Trac ticket is updated.
The list of emails to message is defined by the trac::ticketcc function, found under browser:/puppet/modules/accessdevnode/manifests/devtools.pp@master.
There are two options for how to enter the address. If you use their NCI ID then they will need to configure their email address in the /prefs, or you can enter their full '@anusf.nci.org.au' address.
trac::ticketcc {'/home/trac':
addresses => concat(
['cma900', 'abc123'], # Users recieving Trac emails
$admins::usernames), # Add site admins to the list (nb. concat requires this option to be last)
}