Skip to content

Commit

Permalink
Notify services by default on drop in files
Browse files Browse the repository at this point in the history
This builds on 81f3eb5 which allowed
services to be notified automatically. This changes it to default
behavior.

Fixes #74
  • Loading branch information
ekohl committed Apr 27, 2021
1 parent 31790ab commit 5099b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/dropin_file.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
String $group = 'root',
String $mode = '0444',
Boolean $show_diff = true,
Boolean $notify_service = false,
Boolean $notify_service = true,
) {
include systemd

Expand Down

0 comments on commit 5099b43

Please sign in to comment.