File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -1198,8 +1198,7 @@ Default value: `undef`
1198
1198
Data type: ` Array[String[1]] `
1199
1199
1200
1200
Define which scripts to run to track service states.
1201
- May be specified either as a String with a single Scriptname,
1202
- or as an Array of Strings with multiple Scriptnames.
1201
+ Must be specified as an Array of Strings with multiple Scriptnames.
1203
1202
1204
1203
Default value: ` [] `
1205
1204
Original file line number Diff line number Diff line change 82
82
#
83
83
# @param track_script
84
84
# Define which scripts to run to track service states.
85
- # May be specified either as a String with a single Scriptname,
86
- # or as an Array of Strings with multiple Scriptnames.
85
+ # Must be specified as an Array of Strings with multiple Scriptnames.
87
86
#
88
87
# @param track_process
89
88
# Define which process trackers to run.
Original file line number Diff line number Diff line change 370
370
}
371
371
end
372
372
373
- describe 'with parameter track_script as a single String' do
374
- let ( :params ) do
375
- mandatory_params . merge (
376
- track_script : '_VALUE_'
377
- )
378
- end
379
-
380
- it { is_expected . to create_keepalived__vrrp__instance ( '_NAME_' ) }
381
-
382
- it {
383
- is_expected . to \
384
- contain_concat__fragment ( 'keepalived.conf_vrrp_instance__NAME_' ) . with (
385
- 'content' => %r!^ track_script {\n _VALUE_!
386
- )
387
- }
388
- end
389
-
390
373
describe 'with parameter lvs_interface' do
391
374
let ( :params ) do
392
375
mandatory_params . merge (
You can’t perform that action at this time.
0 commit comments