Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ do
done
done

dnl leech2 reporting drop-in directory (ENT-14205)
MASTERFILES_INSTALL_TARGETS="$MASTERFILES_INSTALL_TARGETS $srcdir/leech2/README.txt"


AC_SUBST(MASTERFILES_INSTALL_TARGETS)

Expand Down
13 changes: 13 additions & 0 deletions leech2/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
leech2 reporting drop-in directory
==================================

Files in this directory extend the leech2 configuration.

leech2's base config (/var/cfengine/.leech2/config.json) includes every
*.json file found here, deep-merging each one into the configuration
(last writer wins). Use this to add or override reporting tables without
editing the shipped config.json, which package upgrades overwrite.

To deploy a fragment to your hosts, place a *.json file under leech2/ in
your masterfiles; the policy update distributes it to inputs/leech2/ on
every host. Only *.json files are loaded; this README is ignored.
Loading