From 05cf41eb89d838196f20c9ad51abf3fa463d0be1 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 8 Oct 2007 15:39:23 -0400 Subject: make sure minion-acl.conf is added in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 41f5553..3d24582 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ if __name__ == "__main__": (initpath, ["init-scripts/certmaster"]), (etcpath, ["etc/minion.conf"]), (etcpath, ["etc/certmaster.conf"]), + (etcpath, ["etc/minion-acl.conf"]), (manpath, ["docs/func.1.gz"]), (manpath, ["docs/funcd.1.gz"]), (manpath, ["docs/certmaster.1.gz"]), -- cgit