Skip to content

Commit

Permalink
fix stdlib deprecations for ensure_packages()
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Jul 23, 2024
1 parent a38c2c1 commit d1a5199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Support multiple package names by converting everything to an Array.
$_packages = Array($ds_389::package_name, true)
ensure_packages($_packages,
stdlib::ensure_packages($_packages,
{
ensure => $ds_389::package_ensure,
require => [
Expand Down

0 comments on commit d1a5199

Please sign in to comment.