Skip to content

Commit

Permalink
Merge pull request #391 from vchepkov/ensure_packages
Browse files Browse the repository at this point in the history
use modern stdlib function
  • Loading branch information
bastelfreak authored Jun 24, 2024
2 parents 4ee04f5 + 3e1de4f commit a38a0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/refpolicy_package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
) inherits selinux {
assert_private()
if $manage_package {
ensure_packages ($package_name)
stdlib::ensure_packages ($package_name)
}
}

0 comments on commit a38a0cd

Please sign in to comment.