Skip to content

Commit

Permalink
puppet-lint: fix strict_indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Feb 25, 2022
1 parent cd066c2 commit 3efb14b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@

concat::fragment { 'keepalived.conf_include_external_configs':
target => "${keepalived::config_dir}/keepalived.conf",
content => epp('keepalived/include-external-configs.epp', {
'include_external_conf_files' => $keepalived::include_external_conf_files
}),
content => epp('keepalived/include-external-configs.epp',
{
'include_external_conf_files' => $keepalived::include_external_conf_files,
},
),
order => '998',
}

Expand Down

0 comments on commit 3efb14b

Please sign in to comment.