Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed May 21, 2024
1 parent 26de9dc commit 3084d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

service { "${foreman_service}.socket":
ensure => bool2str($deployment_mode == 'package', $foreman_service_ensure, 'stopped'),
enable => bool2str($deployment_mode == 'package', $foreman_service_enable, 'false'),
enable => $foreman_service_enable and $deployment_mode == 'package',
}

service { $foreman_service:
Expand Down

0 comments on commit 3084d7d

Please sign in to comment.