mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Final renames from /etc/awx/ and /var/log/awx/
This commit is contained in:
parent
4931d911fa
commit
fa02d11d30
@ -573,7 +573,7 @@ function ($location, $rootScope, $compile, $filter, GenerateForm, Rest, Alert, G
|
||||
// The license is invalid. Stop the user from logging in.
|
||||
status = 'alert-danger';
|
||||
hdr = 'License Error';
|
||||
msg = '<p>There is a problem with the /etc/awx/license file on your Tower server. Check to make sure Tower can access ' +
|
||||
msg = '<p>There is a problem with the /etc/tower/license file on your Tower server. Check to make sure Tower can access ' +
|
||||
'the file.</p>' + purchase_msg;
|
||||
Alert(hdr, msg, status, null, false, true);
|
||||
} else if (license.demo !== undefined && license.demo === true) {
|
||||
|
||||
@ -19,12 +19,12 @@ if LooseVersion(sos.__version__) >= LooseVersion('3.0'):
|
||||
"supervisorctl status", # tower process status
|
||||
"tree -d /var/lib/awx", # show me the dirs
|
||||
"ls -ll /var/lib/awx", # check permissions
|
||||
"ls -ll /etc/awx"
|
||||
"ls -ll /etc/tower"
|
||||
]
|
||||
|
||||
dirs = [
|
||||
"/etc/awx/",
|
||||
"/var/log/awx",
|
||||
"/etc/tower/",
|
||||
"/var/log/tower",
|
||||
"/var/log/httpd",
|
||||
"/var/log/apache2",
|
||||
"/var/log/rabbitmq",
|
||||
@ -58,12 +58,12 @@ else:
|
||||
"supervisorctl status", # tower process status
|
||||
"tree -d /var/lib/awx", # show me the dirs
|
||||
"ls -ll /var/lib/awx", # check permissions
|
||||
"ls -ll /etc/awx"
|
||||
"ls -ll /etc/tower"
|
||||
]
|
||||
|
||||
dirs = [
|
||||
"/etc/awx/",
|
||||
"/var/log/awx",
|
||||
"/etc/tower/",
|
||||
"/var/log/tower",
|
||||
"/var/log/httpd",
|
||||
"/var/log/apache2",
|
||||
"/var/log/rabbitmq",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user