File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8888webhook events from your code repository and automate your code deploys. This
8989service should be installed on the main Puppet Server. You might consider
9090using the Bolt task from the [ puppet-r10k module] ( https://github.com/voxpupuli/puppet-r10k/blob/master/tasks/deploy.json )
9191to 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
You can’t perform that action at this time.
0 commit comments