-
-
Notifications
You must be signed in to change notification settings - Fork 39
Added tmpdir parameter to java args. Is needed for CIS hardened servers #38
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Looks like there are small puppet-lint errors. Could you fix them?
Also please try to rebase (git fetch upstream && git rebase upstream/master
) to get the latest modulesync updates.
I'd be happy to fix the puppet-lint errors but i don't see any in the 5 lines i've added. Could you elaborate? I've done the rebase. Nothing changed for this PR |
this one: https://travis-ci.org/voxpupuli/puppet-puppetserver/jobs/189500294#L537-L538 you can see the test results when you click on the red x beside the commit. |
I missed that one because it was not part of the files changed in this pr. Sorry! But it also seems to be allready fixed by someone else in the master branch: |
if it was in the master branch and you did a rebase upstream/master it should not be in your branch anymore. |
did you actually push after rebase? |
i checked out your branch and ran I ran can you run the rebase and push? |
I have now. Is it becasue i worked in a seperate branch? (add_tmp_parameter) in stead of master? |
I do not see the push. :-/ if you have the upstream remote (git remote | grep upstream): commands:
(the push requires a -f to override the remote banch) |
I didn't use the -f option. Now i did :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems the tests are failing in master too. so then this looks good to me.
there is an augeas problem with the rspec tests and the acceptance test do not actually run on travis altough they show green (#39) I could get the acceptance test running with the docker/centos-7-x64 nodeset from modulesync_config. It ran successfull. |
after #40 is merged, could you rebase and push again? the tests should go green then. |
@Fabian1976 rebase possible? |
Rebase done |
thank you @Fabian1976 ! |
When installing puppet-server on a server which has a tmp partition mounted with noexec option, installation will fail with a strange error message:
Caused by: org.jruby.embed.EvalFailedException: (Error) Cannot determine basic system flavour
(more details: https://github.com/puppetlabs/puppetserver/blob/master/documentation/known_issues.markdown)
Added the ability to set a different tmp folder.