Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Incorrect permissions on context.xml #32

Closed
joshuabaird opened this issue Sep 23, 2015 · 4 comments · Fixed by #34
Closed

Incorrect permissions on context.xml #32

joshuabaird opened this issue Sep 23, 2015 · 4 comments · Fixed by #34
Assignees

Comments

@joshuabaird
Copy link
Contributor

When using tomcat_user and tomcat_group on tomcat::instance, the owner of $CATALINA_BASE/conf/context.xml is being set to tomcat instead of tomcat_user:

-rw------- 1 tomcat tomcat 253 Aug 10 13:18 context.xml

Shouldn't the owner of this be tomcat_user (like server.xml and tomcat-users.xml)?

@antoineco
Copy link
Owner

Nice catch, the problem is here.

I'll have to pass the user and group as parameter. I'm on it

@antoineco antoineco self-assigned this Sep 24, 2015
@antoineco antoineco added the bug label Sep 24, 2015
@joshuabaird
Copy link
Contributor Author

Thanks! I'll test your branch once it's ready.

@antoineco
Copy link
Owner

Ready for review

@joshuabaird
Copy link
Contributor Author

Looks good 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants