Skip to content

Commit

Permalink
use modern stdlib function
Browse files Browse the repository at this point in the history
  • Loading branch information
vchepkov committed Jun 24, 2024
1 parent 4ee04f5 commit 3e1de4f
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 3e1de4f

Please sign in to comment.