remove unused certmaster/minion/ and certmaster/overlord/ dirs
[certmaster.git] / setup.py
index 3c85112..bd1cf53 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ if __name__ == "__main__":
         etcpath    = "/etc/%s" % NAME
         initpath   = "/etc/init.d/"
         logpath    = "/var/log/%s/" % NAME
-       certdir    = "/var/lib/%s/certmaster" % NAME
+       certdir    = "/var/lib/%s/" % NAME
         pkipath    = "/etc/pki/%s" % NAME
         rotpath    = "/etc/logrotate.d"
         aclpath    = "%s/minion-acl.d" % etcpath
@@ -36,8 +36,6 @@ if __name__ == "__main__":
                 package_dir = {"%s" % NAME: "%s" % NAME
                 },
                packages = ["%s" % NAME,
-                           "%s/minion" % NAME,
-                           "%s/overlord" % NAME,
                 ],
                 data_files = [(initpath, ["init-scripts/certmaster"]),
                               (etcpath,  ["etc/minion.conf"]),