Skip to content

Commit

Permalink
use stdlib::ensure_packages() instead of ensure_packages()
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 22, 2023
1 parent cf065c2 commit 11e9d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
String $path = '/',
Integer $port = 3000,
) {
ensure_packages($packages)
stdlib::ensure_packages($packages)

group { 'smee':
ensure => present,
Expand Down

0 comments on commit 11e9d8b

Please sign in to comment.