git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.forbidden_modules
diff options
context:
space:
mode:
authormail_redacted_for_web 2022-07-05 11:01:27 +0200
committermail_redacted_for_web 2022-07-05 11:01:27 +0200
commitfe6da3ba9eaff27a6330eb95f1418276170eda45 (patch)
tree1c3afb3a1b97f43a2527fe820fbfcf4fc2cdcd87 /.forbidden_modules
parent56075c83c919e20b9de06a36e5c5d42f9dd746d8 (diff)
downloaddotfiles-fe6da3ba9eaff27a6330eb95f1418276170eda45.tar.bz2
Do not execute remote removal on localhost
Diffstat (limited to '.forbidden_modules')
0 files changed, 0 insertions, 0 deletions
column1'>| | | | | Prior to this commit there was a requirement for the user of this repo to create a RBAC role in order for code manager to work. After this commit an exec statement will curl the RBAC API to create the role one time and hopefully it works otherwise the exec will not run again. * Add functionality to disable the zack/r10k webhookNick Walker 2015-12-212-0/+15 | | | | | | | | | | | Prior to this commit, if you upgraded from a previous version of the control-repo both code manager and zack/r10k webhook would be running and ready to receive data. This can present problems if the webhook isn't disbled in the git management system is sending data to both receivers. This commit adds rudimentary ability to break the zack/r10k webhook so it can't receive data. * Create profile::git_webhook to abstract away the detailsNick Walker 2015-12-213-3/+14 | | | | | | | | | | | | | 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. * Move hiera.yaml to avoid file-sync overwriting itNick Walker 2015-12-181-1/+19 | | | | | | | | File sync appears to sync everything in the $codedir which inlcudes hiera.yaml. When managing hiera.yaml with puppet code you don't want file sync to overwrite its contents. So, I'm moving it out of $codedir and removing the original hiera.yaml to avoid confusion for users investigating later. * Final steps to make Code Manager workNick Walker 2015-12-183-32/+63 | | | | | | | | | | - 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 * Chown files in codedir to pe-puppetNick Walker 2015-12-091-0/+6 | * Allow disabling authentication on code manager webhookNick Walker 2015-12-091-3/+12 | * Allow code_manager profile to not error out on first runNick Walker