This website requires JavaScript.
Explore
Help
Sign In
devsnack
/
control-repo
Watch
1
Star
0
Fork
0
You've already forked control-repo
Code
Releases
Activity
e79b5277ce
control-repo
/
site
/
role
/
manifests
/
all_in_one_pe_2015_2.pp
7 lines
104 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
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-07 15:55:32 +00:00
class
role
:
:
all_in_one_pe_2015_2
{
include
profile
:
:
puppetmaster
Update all_in_one_pe_2015_2.pp Shouldn't this be profile::git_webhook as in all_in_one_pe.pp since the abstraction logic is located there? Either that or the profile::zack_r10k_webook is missing from the location specified?
2016-02-14 05:58:19 +00:00
include
profile
:
:
git_webhook
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-07 15:55:32 +00:00
}
Copy Permalink