Skip to content

Commit

Permalink
notify the service when config files are purged. (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbehrends authored Jun 10, 2020
1 parent e26262f commit 5f41d0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
recurse => $filebeat::purge_conf_dir,
purge => $filebeat::purge_conf_dir,
force => true,
notify => Service['filebeat'],
}
} # end Linux

Expand Down Expand Up @@ -155,6 +156,7 @@
recurse => $filebeat::purge_conf_dir,
purge => $filebeat::purge_conf_dir,
force => true,
notify => Service['filebeat'],
}
} # end FreeBSD

Expand Down Expand Up @@ -188,6 +190,7 @@
recurse => $filebeat::purge_conf_dir,
purge => $filebeat::purge_conf_dir,
force => true,
notify => Service['filebeat'],
}
} # end OpenBSD

Expand Down

0 comments on commit 5f41d0a

Please sign in to comment.