File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ permissions:
2222jobs :
2323 puppet :
2424 name : Puppet
25- uses : voxpupuli/gha-puppet/.github/workflows/basic.yml@v3
25+ uses : voxpupuli/gha-puppet/.github/workflows/basic.yml@v4
Original file line number Diff line number Diff line change 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 10.3 .0'
5+ modulesync_config_version : ' 10.4 .0'
Original file line number Diff line number Diff line change @@ -253,15 +253,15 @@ Default value: `undef`
253253
254254Data type: ` String `
255255
256-
256+ The replacement string to use for the regex replace operation.
257257
258258Default value: ` '' `
259259
260260##### <a name =" -graylog_api--extractor--regex_replace--replace_all " ></a >` replace_all `
261261
262262Data type: ` Boolean `
263263
264-
264+ Whether to replace all occurrences of the regex pattern or just the first occurrence.
265265
266266Default value: ` false `
267267
@@ -3276,8 +3276,8 @@ Alias of
32763276
32773277``` puppet
32783278Struct[{
3279- match => Enum['all','either'],
3280- rules => Array[String,1],
3279+ match => Enum['all','either'],
3280+ rules => Array[String,1],
32813281}]
32823282```
32833283
Original file line number Diff line number Diff line change 3131# @param order
3232# Sort index for this extractor.
3333#
34+ # @param replacement
35+ # The replacement string to use for the regex replace operation.
36+ #
37+ # @param replace_all
38+ # Whether to replace all occurrences of the regex pattern or just the first occurrence.
39+ #
3440define graylog_api::extractor::regex_replace (
3541 Enum['present','absent'] $ensure = ' present' ,
3642 String $input = ' ' ,
Original file line number Diff line number Diff line change 11# @summary Custom Type for Graylog_api pipeline stage
22#
33type Graylog_api::Pipeline::Stage = Struct[{
4- match => Enum[' all' ,' either' ],
5- rules => Array[String,1],
4+ match => Enum[' all' ,' either' ],
5+ rules => Array[String,1],
66}]
You can’t perform that action at this time.
0 commit comments