Skip to content

Commit

Permalink
Merge pull request #665 from saz/saz-patch-1
Browse files Browse the repository at this point in the history
Update webhook-go to version 2.8.0
  • Loading branch information
bastelfreak authored Dec 11, 2024
2 parents d8e7832 + 4000094 commit 729cb62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ Data type: `String`



Default value: `'2.2.0'`
Default value: `'2.8.0'`

##### <a name="-r10k--webhook--service_ensure"></a>`service_ensure`

Expand Down
2 changes: 1 addition & 1 deletion manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class r10k::webhook (
Enum['package', 'repo', 'none'] $install_method = 'package',
Boolean $ensure = false,
String $version = '2.2.0',
String $version = '2.8.0',
Variant[
Enum['running', 'stopped'],
Boolean
Expand Down

0 comments on commit 729cb62

Please sign in to comment.