-
Notifications
You must be signed in to change notification settings - Fork 133
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
added ability to use template cookbook for login.defs #217
added ability to use template cookbook for login.defs #217
Conversation
I noticed the login.defs file has a lot of comments and such. A custom template would allow an org to achieve more customization. |
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.
@ekelson-bcove thanks for this PR! May I ask you to remove the change of cookbook version?
metadata.rb
Outdated
@@ -22,7 +22,7 @@ | |||
license 'Apache-2.0' | |||
description 'Installs and configures operating system hardening' | |||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) | |||
version '3.1.0' |
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.
@ekelson-bcove please do not bump the cookbook version. This is done by maintainers before the release is done
Of course. How do you want me to remove? Another pull request or want to
just do that upstream.
…On Mon, Jun 25, 2018 at 2:53 AM Artem Sidorenko ***@***.***> wrote:
***@***.**** requested changes on this pull request.
@ekelson-bcove <https://github.com/ekelson-bcove> thanks for this PR! May
I ask you to remove the change of cookbook version?
------------------------------
In metadata.rb
<#217 (comment)>
:
> @@ -22,7 +22,7 @@
license 'Apache-2.0'
description 'Installs and configures operating system hardening'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '3.1.0'
@ekelson-bcove <https://github.com/ekelson-bcove> please do not bump the
cookbook version. This is done by maintainers before the release is done
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#217 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATxPa3wDli3I20g4o5Ivdlftoev-9goaks5uAIjigaJpZM4UbPZx>
.
|
Fixed above |
@ekelson-bcove thank you! |
No description provided.