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
270bf0a53a
control-repo
/
site
/
role
/
manifests
/
all_in_one_pe.pp
7 lines
95 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
{
Refactor puppetmaster and zack_r10k_webhook Moved the webhook resource out of puppetmaster and into zack_r10k to support exchaning code_manager in place of zack_r10k As a result I cleaned up some unnecessary parameters. Installing both the r10k webhook and the code_manager at this time for testing
2015-11-11 21:43:57 +00:00
include
profile
:
:
puppetmaster
Create profile::git_webhook to abstract away the details Prior to this commit there were two possible webhooks - zack/r10k webhook - code manager I moved these two profiles under git_webhook and choose the correct one based on the version of PE being used. As a safety hatch, I provide the $force_zack_r10k_webhook param on profile::git_webhook in case someone needs to continue using it instead of code manager.
2015-12-21 23:19:38 +00:00
include
profile
:
:
git_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