mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPSENG-716 Create Catalina folder in tomcat-install/conf ownder by product user, but leave the rest of conf owned by root. This reinstates catalina.out logging, as it needs that folder to exist and be owned by the product user/group.
This commit is contained in:
@@ -73,9 +73,9 @@ def test_server_file(host):
|
||||
|
||||
|
||||
def test_install_permissions(host):
|
||||
assert host.file('/opt/atlassian/jira-software/current/conf/server.xml').user == 'root'
|
||||
assert host.file('/opt/atlassian/jira-software/current/atlassian-jira/WEB-INF/web.xml').user == 'root'
|
||||
|
||||
assert host.file('/opt/atlassian/jira-software/current/conf/Catalina').user == 'jira'
|
||||
assert host.file('/opt/atlassian/jira-software/current/logs/').user == 'jira'
|
||||
assert host.file('/opt/atlassian/jira-software/current/work/').user == 'jira'
|
||||
assert host.file('/opt/atlassian/jira-software/current/temp/').user == 'jira'
|
||||
|
||||
Reference in New Issue
Block a user