Theoretical move from /etc/awx/ to /etc/tower/.

This commit is contained in:
Luke Sneeringer
2014-07-17 14:02:56 -05:00
parent 0f67f6d57c
commit 3b45252039
5 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ from awx import __version__
build_timestamp = os.getenv("BUILD",datetime.datetime.now().strftime('-%Y%m%d%H%M'))
# Paths we'll use later
etcpath = "/etc/awx"
etcpath = "/etc/tower"
homedir = "/var/lib/awx"
sharedir = "/usr/share/awx"
munin_plugin_path = "/etc/munin/plugins/"