Skip to content

Commit

Permalink
Merge pull request #990 from wyardley/wyardley/ensure_packages_stdlib
Browse files Browse the repository at this point in the history
Use ensure_packages from stdlib
  • Loading branch information
wyardley committed May 19, 2024
2 parents 32ea095 + d076fb2 commit 6011c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install/rabbitmqadmin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$python_package = $rabbitmq::python_package
# Some systems (e.g., Ubuntu 16.04) don't ship Python 2 by default
if $rabbitmq::manage_python {
ensure_packages([$python_package])
stdlib::ensure_packages([$python_package])
$rabbitmqadmin_require = [Archive['rabbitmqadmin'], Package[$python_package]]
} else {
$rabbitmqadmin_require = Archive['rabbitmqadmin']
Expand Down

0 comments on commit 6011c2d

Please sign in to comment.