Skip to content

Commit

Permalink
Add missing explicit require on Package
Browse files Browse the repository at this point in the history
Fixes #376
  • Loading branch information
jcpunk committed Sep 9, 2024
1 parent 9ce513a commit e44b08f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@
}

service { 'firewalld':
ensure => $service_ensure,
enable => $service_enable,
ensure => $service_ensure,
enable => $service_enable,
require => Package[$package],
}

#...ipsets
Expand Down

0 comments on commit e44b08f

Please sign in to comment.