Skip to content

Commit

Permalink
Merge pull request #593 from bschonec/fix_abrader_dependency
Browse files Browse the repository at this point in the history
Change README.md dependency on (abandoned) abrader/gms to bjvrielink/gms
  • Loading branch information
bastelfreak authored and dhollinger committed May 4, 2023
2 parents 24667d1 + 9caca8a commit bb5fa5d
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 1,679 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sshkey { 'your.internal.gitlab.server.com':
key => '...+dffsfHQ==',
}
# Resource git_webhook is provided by https://forge.puppet.com/abrader/gms
# Resource git_webhook is provided by https://github.com/bjvrielink/abrader-gms/tree/fixup
git_deploy_key { 'add_deploy_key_to_puppet_control':
ensure => present,
name => $::fqdn,
Expand Down Expand Up @@ -322,7 +322,7 @@ class {'r10k::webhook':
# Add webhook to control repository ( the repo where the Puppetfile lives )
#
# Resource git_webhook is provided by https://forge.puppet.com/abrader/gms
# Resource git_webhook is provided by https://github.com/bjvrielink/abrader-gms/tree/fixup
git_webhook { 'web_post_receive_webhook' :
ensure => present,
webhook_url => 'http://master.of.masters:8088/payload',
Expand All @@ -340,7 +340,7 @@ git_webhook { 'web_post_receive_webhook' :
# The module name is determined from the repo name , i.e. <puppet-><module_name>
# All characters with left and including any hyphen are removed i.e. <puppet->
#
# Resource git_webhook is provided by https://forge.puppet.com/abrader/gms
# Resource git_webhook is provided by https://github.com/bjvrielink/abrader-gms/tree/fixup
git_webhook { 'web_post_receive_webhook_for_module' :
ensure => present,
webhook_url => 'http://master.of.masters:8088/module',
Expand Down Expand Up @@ -374,7 +374,7 @@ class {'r10k::webhook':
# Add webhook to control repository ( the repo where the Puppetfile lives )
#
# Resource git_webhook is provided by https://forge.puppet.com/abrader/gms
# Resource git_webhook is provided by https://github.com/bjvrielink/abrader-gms/tree/fixup
git_webhook { 'web_post_receive_webhook' :
ensure => present,
webhook_url => 'https://puppet:puppet@hole.in.firewall:8088/payload',
Expand All @@ -392,7 +392,7 @@ git_webhook { 'web_post_receive_webhook' :
# The module name is determined from the repo name , i.e. <puppet-><module_name>
# All characters with left and including any hyphen are removed i.e. <puppet->
#
# Resource git_webhook is provided by https://forge.puppet.com/abrader/gms
# Resource git_webhook is provided by https://github.com/bjvrielink/abrader-gms/tree/fixup
git_webhook { 'web_post_receive_webhook_for_module' :
ensure => present,
webhook_url => 'https://puppet:puppet@hole.in.firewall:8088/module',
Expand Down Expand Up @@ -560,7 +560,7 @@ class {'r10k::webhook':
}
# Deploy this webhook to your local gitlab server for the puppet/control repo.
#
# Resource git_webhook is provided by https://forge.puppet.com/abrader/gms
# Resource git_webhook is provided by https://github.com/bjvrielink/abrader-gms/tree/fixup
git_webhook { 'web_post_receive_webhook' :
ensure => present,
webhook_url => 'https://puppet:puppet@master.of.masters:8088/payload',
Expand Down
1 change: 0 additions & 1 deletion examples/webhook.pp

This file was deleted.

18 changes: 0 additions & 18 deletions examples/webhook/config.pp

This file was deleted.

74 changes: 0 additions & 74 deletions spec/acceptance/basic_webhook_spec.rb

This file was deleted.

55 changes: 0 additions & 55 deletions spec/acceptance/gitlab_token_webhook_spec.rb

This file was deleted.

87 changes: 0 additions & 87 deletions spec/acceptance/prefix_webhook_spec.rb

This file was deleted.

57 changes: 0 additions & 57 deletions spec/acceptance/signature_webhook_bitbucket_spec.rb

This file was deleted.

Loading

0 comments on commit bb5fa5d

Please sign in to comment.