cc34e25fd5
- 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
7 lines
110 B
Puppet
7 lines
110 B
Puppet
class role::all_in_one_pe_2015_2 {
|
|
|
|
include profile::puppetmaster
|
|
include profile::zack_r10k_webhook
|
|
|
|
}
|