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 Mar 5, 2024
1 parent b240774 commit 3db6d8d
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 @@ -13,7 +13,7 @@
}

if ! defined(Package[unzip]) {
ensure_packages(['unzip'], {
stdlib::ensure_packages(['unzip'], {
ensure => present,
before => Exec['install sonarqube distribution']
})
Expand Down

0 comments on commit 3db6d8d

Please sign in to comment.