-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Feature: Keytool #261
Feature: Keytool #261
Conversation
zlanyi
commented
Aug 10, 2016
- feature: generate Keytool files
- fix: profile.erb due to "RDECK_SSL_OPTS"
Hi, Cheers, |
I hope all things okay. |
Hi Guys, Cheers, |
@zlanyi can you rebase on the current master? It looks good. |
"spec/acceptance/rundeck_spec.rb:5:5: C: RSpec/MultipleExpectations: Too many expectations." |
@zlanyi You could probably disable that cop for now by adding
to the top of the file. eg like in voxpupuli/puppet-archive@fcfc086 Other than than, could you rebase your PR instead of merging from upstream? If you're not that comfortable with git head on over to the #voxpupuli channel on Freenode IRC. Plenty of people willing to help you out there. Thanks |
@jyaworski : i did so the rebase its wrong? |
Ideally, the end result would be one or two logical commits, not the 13 here https://github.com/voxpupuli/puppet-rundeck/pull/261/commits
Perhaps try a |
@@ -504,3 +504,7 @@ RSpec/DescribeClass: | |||
# Example length is not necessarily an indicator of code quality | |||
RSpec/ExampleLength: | |||
Enabled: False | |||
|
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.
The .rubocop.yml
file is managed by modulesync and shouldn't be edited manually. Could you disable the cop in the same manner as in voxpupuli/puppet-archive@fcfc086 by inserting the rubocop control comment at the first line of spec/acceptance/rundeck_spec.rb
?
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.
done
@zlanyi Great! One last thing... You're now back up to 5 commits. Could you squash them down to just a single one with a suitable commit message? Thanks. |
@alexjfisher : thanks your support, done |
@zlanyi I'm really, really sorry for not merging this yet... But... could you fix up the English in the README? |
@@ -65,6 +65,36 @@ Web context path to use, such as "/rundeck". http://host.domain:port/server_web_ | |||
#####`ssl_enabled` | |||
Enable ssl for the Rundeck web application. | |||
|
|||
#####`ssl_keyfile` | |||
#####`ssl_certfile` | |||
If ssl enabled you need set up this. You need provide the crt and key files in your profile oder role manifest. |
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.
This sentence needs a little more work in order to be clear to users.
Let's start with something like this:
"If ssl_enabled
is True, you must supply this parameter. It is recommended that you provide the .crt
and .key
files separately via other means, such as a role or profile manifest."
fix: profile.erb due to "RDECK_SSL_OPTS"