Skip to content

Commit

Permalink
Add missing stdlib:: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 17, 2024
1 parent 134d1eb commit fbc564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/mail.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class profile::mail::server {
ensure_packages(['postfix'], { ensure => 'present' })
stdlib::ensure_packages(['postfix'], { ensure => 'present' })

service { 'postfix':
ensure => running,
Expand Down

0 comments on commit fbc564d

Please sign in to comment.