From 1a8aa91ec38920e17e8b08470ab038de402b18de Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 25 Sep 2007 17:32:05 -0400 Subject: Updating configuration files to keep things seperate. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8fcd0ca..4c34d9a 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ if __name__ == "__main__": "%s/minion/modules" % NAME ], data_files = [(initpath, ["init-scripts/funcd", "init-scripts/certmaster"]), - (etcpath, ["settings","etc/certmaster.conf"]), + (etcpath, ["etc/minion.conf","etc/certmaster.conf"]), (etcpathdb, []), (logpath, []), (logpathdb, []), -- cgit