-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add crl renewal #256
Add crl renewal #256
Conversation
manifests/server.pp
Outdated
@@ -497,6 +511,9 @@ | |||
$rcvbuf = undef, | |||
$shared_ca = undef, | |||
$crl_verify = true, | |||
$crl_auto_renew = 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.
Can you add datatypes for the new params?
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.
Shure, if you want me to do that - i did not, since none of the params has datatypes yet...
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.
yeah, we want to have datatypes for all new params
Hi @to-kn, thanks for the PR. Can you take a look at hte inline comment and the failing spec tests? |
Hi @bastelfreak the tests should be finde now. (the first one failing has nothing to do with the code). anything else? |
Can you rebase please? I fixed the travis error in #257 (maybe) |
looks good! (they passed...) |
@to-kn can you rebase please? Afterwards I can merge it. |
6e038c4
to
1744d5b
Compare
add parameters: crl_auto_renew, crl_renew_schedule_period, crl_renew_schedule_repeat fix spec-tests
@@ -497,6 +511,9 @@ | |||
Optional[Integer] $rcvbuf = undef, | |||
Optional[String] $shared_ca = undef, | |||
Boolean $crl_verify = true, | |||
Boolean $crl_auto_renew = 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.
Datatypes \o/
Add a solution to the Problem described in #236
Had in running in production for ~half a year now, with no problems...
Included some basic tests - feel free, to suggest any change or anything else