-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Move OS specific data from params.pp into hiera #102
Move OS specific data from params.pp into hiera #102
Conversation
manifests/init.pp
Outdated
# @param update_cmd | ||
# Command to be used to update CA certificates. | ||
# Default provided by Hiera for Archlinux, Debian, RedHat and Suse families. |
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.
Lists trend to age like milk… Maybe just say something like:
# Default provided by Hiera for Archlinux, Debian, RedHat and Suse families. | |
# Default provided by Hiera for supported Operating Systems. |
spec/defines/ca_spec.rb
Outdated
@@ -256,83 +253,6 @@ | |||
end | |||
end | |||
|
|||
context 'On Suse 11 based systems' do |
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.
Not sure why Suse 11 tests are removed. Are they duplicate of Suse 12 and so not relevant? Please tell us more in the commit message.
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.
Suse 11 was EOL in 2022 and support dropped in #97
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.
I have one finale thing to extract from #81 and that is to refactor this file to use 'on_supported_os'
I'll do this in a separate PR.
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.
I see that there's still some suse 10 an 11 code left in pp-files.
I'll remove this in a separate PR and then rebase this one.
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.
See #103
No description provided.