roles:
external:
zone: test
+ - name: dmca
+ run_list:
+ - recipe[dmca::default]
+ attributes:
+ apache:
+ mpm: prefork
+ - name: donate
+ run_list:
+ - recipe[accounts::default]
+ - role[donate]
+ attributes:
+ apache:
+ mpm: prefork
- name: exim
run_list:
- recipe[exim::default]