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
95caef446c
control-repo
/
site
/
role
/
manifests
/
all_in_one_pe.pp
6 lines
66 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
Update the README, add an all_in_one_pe role Updating README for instructions on how to use the control-repo by putting it in your own git server and then using the r10k answers during installation of PE. Removing the manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation.
2015-08-13 21:10:29 +00:00
class
role
:
:
all_in_one_pe
{
Move profile::git_webhook into seperate module pe_code_manager_webhook Prior to this commit the functionality to setup the either code manager or zack/r10k was tightly coupled to this control-repo. In an effort to make that functionality useful to more people we're splitting it into a dedicated module. After this commit, the pe_code_manager_webhook module will contain all logic around setting up the webhook while this control-repo will still gloss over the details needed to get everything in PE setup correctly to use that module. This commit removes the files associated with the profile including some custom functions that were only there to make it work. This commit removes the all_in_one_pe_2015_2 role as it was exactly the same as the all_in_one_pe role. This commit modifies all_in_one_pe to use the pe_code_manager_webhook module instead of the profile.
2016-02-25 23:23:12 +00:00
include
pe_code_manager_webhook
Update the README, add an all_in_one_pe role Updating README for instructions on how to use the control-repo by putting it in your own git server and then using the r10k answers during installation of PE. Removing the manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation.
2015-08-13 21:10:29 +00:00
}
Copy Permalink