Skip to content

Commit 003c013

Browse files
committed
webhook-go: Update 2.8.0->2.9.0
1 parent 41b9915 commit 003c013

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,11 +555,11 @@ Default value: `false`
555555

556556
##### <a name="-r10k--webhook--version"></a>`version`
557557

558-
Data type: `String`
558+
Data type: `String[1]`
559559

560560

561561

562-
Default value: `'2.8.0'`
562+
Default value: `'2.9.0'`
563563

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

manifests/webhook.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class r10k::webhook (
1818
Enum['package', 'repo', 'none'] $install_method = 'package',
1919
Boolean $ensure = false,
20-
String $version = '2.8.0',
20+
String[1] $version = '2.9.0',
2121
Variant[
2222
Enum['running', 'stopped'],
2323
Boolean

0 commit comments

Comments
 (0)