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 @@ -116,7 +116,7 @@ Default value: `'0644'`
116116
117117##### <a name =" -keepalived--config_validate_cmd " ></a >` config_validate_cmd `
118118
119- Data type: ` Variant[String, Undef] `
119+ Data type: ` Stdlib::Absolutepath `
120120
121121Input for the ` validate_cmd ` param of the keepalived.conf concat fragment.
122122
Original file line number Diff line number Diff line change 6666 Stdlib::Absolutepath $config_dir = ' /etc/keepalived' ,
6767 Stdlib::Filemode $config_dir_mode = ' 0755' ,
6868 Stdlib::Filemode $config_file_mode = ' 0644' ,
69- Variant[String, Undef ] $config_validate_cmd = ' /usr/sbin/keepalived -l -t -f %' ,
69+ Stdlib::Absolutepath $config_validate_cmd = ' /usr/sbin/keepalived -l -t -f %' ,
7070
7171 Array[Stdlib::Absolutepath] $include_external_conf_files = [],
7272
You can’t perform that action at this time.
0 commit comments