File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1195,7 +1195,7 @@ Default value: `undef`
1195
1195
1196
1196
##### <a name =" -keepalived--vrrp--instance--track_script " ></a >` track_script `
1197
1197
1198
- Data type: ` Variant[ Array[String[1]], String[1]]`
1198
+ Data type: ` Array[String[1]] `
1199
1199
1200
1200
Define which scripts to run to track service states.
1201
1201
May be specified either as a String with a single Scriptname,
Original file line number Diff line number Diff line change 207
207
$virtual_ipaddress = undef ,
208
208
$auth_type = undef ,
209
209
Optional[Variant[String, Sensitive[String]]] $auth_pass = undef ,
210
- Variant[ Array[String[1]],String[1]] $track_script = [],
210
+ Array[String[1]] $track_script = [],
211
211
Array[String[1]] $track_process = [],
212
212
Array[String[1]] $track_file = [],
213
213
Array[String[1]] $vrrp_track_file = [],
You can’t perform that action at this time.
0 commit comments