-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIRA will not start if the installation directory mode is missing o+x #377
Comments
The problem seems to be the installdir's permissions: you don't have The ownership was changed to root because this solved a dependency issue if you put the data directory under the installation directory. The JIRA application should never need to write into the directory where the binaries reside; that's what the data directory is for, but it does need to read from it. The module should probably enforce that the installation directory has |
@koraz0815 I created a PR to make sure the installation directory has a sane mode. In the meantime, just |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I have set the parameter $installdir and the module change the permissions to root not to user jira.
What are you seeing
$installdir => /opt/atlassian-jira
after puppet agent was running on the machine i see that User jira have no permissions to execute the startup-script in this folder
systemd cant start jira and I see the following output in the
journalctl -xe
Maybe I think that this https://github.com/voxpupuli/puppet-jira/blob/master/manifests/install.pp#L45 is not working
The text was updated successfully, but these errors were encountered: