Puppet Class: role::fundraising
- Defined in:
- puppet/modules/role/manifests/fundraising.pp
Overview
Class: role::fundraising
Provision subsystems being developed by the Fundraising group
5 6 7 8 9 10 11 12 |
# File 'puppet/modules/role/manifests/fundraising.pp', line 5
class role::fundraising {
include ::role::centralnotice
include ::role::payments
include ::redis
include ::crm
include ::rsyslog
include ::smashpig
}
|