Skip to content

Commit 20d91ac

Browse files
authored
Merge pull request #572 from bwitt/webhook-go
Update the load balanced arch with webhook-go
2 parents 2a79ea0 + cdf1e9a commit 20d91ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_docs/arch_load_balanced.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ that require the redundancy of multiple compilers.
1616
graph LR;
1717
git(Git Repository)
1818
Foreman(The Foreman)
19-
Webhook(Puppet Webhook Server)
19+
Webhook(webhook-go)
2020
AllCompilers((All Compilers))
2121
HDM(Hiera Data Manager)
2222

@@ -36,7 +36,7 @@ that require the redundancy of multiple compilers.
3636

3737
click HDM "https://github.com/betadots/hdm" "HDM is a web interface for analyzing and managing hiera data."
3838
click Foreman "https://www.theforeman.org" "Foreman is a complete lifecycle management tool for physical and virtual servers."
39-
click Webhook "https://github.com/voxpupuli/puppet_webhook" "A webhook service that can trigger code deploys from source code repository updates."
39+
click Webhook "https://github.com/voxpupuli/webhook-go" "A webhook service that can trigger code deploys from source code repository updates."
4040

4141
git --webhook--> Webhook
4242
Webhook --r10k code deploy--> MainPuppetServer
@@ -84,12 +84,12 @@ proactively manage servers, on-premise or in the cloud.
8484

8585
### Puppet Webhook
8686

87-
Configure [Puppet Webhook](https://github.com/voxpupuli/puppet_webhook) to receive
87+
Configure [webhook-go](https://github.com/voxpupuli/webhook-go) to receive
8888
webhook events from your code repository and automate your code deploys. This
8989
service should be installed on the main Puppet Server. You might consider
9090
using the Bolt task from the [puppet-r10k module](https://github.com/voxpupuli/puppet-r10k/blob/master/tasks/deploy.json)
9191
to trigger code deployments on each compiler, or you can also install
92-
Puppet Webhook on each.
92+
webhook-go on each ([puppet-r10k can configure it](https://github.com/voxpupuli/puppet-r10k#webhook-support)).
9393

9494

9595
### Code Deployment

0 commit comments

Comments
 (0)