mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 10:38:15 -03:30
Theoretical move from /etc/awx/ to /etc/tower/.
This commit is contained in:
2
setup.py
2
setup.py
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user