control-repo/site/role/manifests/all_in_one_pe.pp
Nick Walker cc34e25fd5 Final steps to make Code Manager work
- Moved ssh key generation and git deploy key out of the puppetmaster
profile and into zack_r10k and code_manager
- Swapped code manager into the all_in_one role
- Made a 2015.2 all_in_one role if users prefer to use it
- Conditionally move all existing code out of environmentpath
to allow file sync to sync files
- Update the README to compliment the new puppet code
2015-12-18 09:22:44 -08:00

7 lines
96 B
Puppet

class role::all_in_one_pe {
include profile::puppetmaster
include profile::code_manager
}