Skip to content

Commit

Permalink
fixup! Fixes #35496 - Add default pulp_deb config
Browse files Browse the repository at this point in the history
  • Loading branch information
quba42 committed Oct 28, 2022
1 parent 7518795 commit 52b063e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/plugin/deb.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$content = undef
}

$deb_plugin_config_fimpi = if $force_ignore_missing_package_indices { 'True' } else { 'False' }
$deb_plugin_config_fimpi = to_python($force_ignore_missing_package_indices)

pulpcore::plugin { 'deb':
config => "FORCE_IGNORE_MISSING_PACKAGE_INDICES = ${deb_plugin_config_fimpi}",
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 9.0.0"
"version_requirement": ">= 8.3.0 < 9.0.0"
},
{
"name": "puppet/redis",
Expand Down

0 comments on commit 52b063e

Please sign in to comment.