From 0dd7bb008d2079f45b85736549ac524796c1f398 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 21:53:38 +0100 Subject: ansible-galaxy init munin-node Clear out subdirectories which are unlikely to be needed, and install the plugin by default during make. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f40589..38fa334 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,4 @@ install: rm -rf $(INSTALL_DIR) mkdir -p $(INSTALL_DIR) cp -r bootstrap $(INSTALL_DIR) + cp -r munin-node $(INSTALL_DIR) -- cgit v1.2.3