Skip to content

Commit

Permalink
Update manifests/plugin/deb.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
  • Loading branch information
quba42 and ekohl committed Oct 28, 2022
1 parent d377f24 commit 05faf0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions manifests/plugin/deb.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
$content = undef
}

if $force_ignore_missing_package_indices {
$deb_plugin_config_fimpi = 'True'
} else {
$deb_plugin_config_fimpi = 'False'
}
$deb_plugin_config_fimpi = if $force_ignore_missing_package_indices { 'True' } else { 'False' }

pulpcore::plugin { 'deb':
config => "FORCE_IGNORE_MISSING_PACKAGE_INDICES = ${deb_plugin_config_fimpi}",
Expand Down

0 comments on commit 05faf0f

Please sign in to comment.