Support Amazon Linux#97
Conversation
| ciphers = ciphers66 | ||
| end | ||
| when 'fedora' | ||
| when 'amazon', 'fedora' |
There was a problem hiding this comment.
@woneill thanks for your PR! Sure its fedoraand not redhat?
There was a problem hiding this comment.
It is in the redhat family but since it uses a newer kernel and packages than redhat 6 I figured it'd be more accurate to have it use the fedora case matchers.
There was a problem hiding this comment.
@woneill does the check for inspec.os[:release]not cover the newer kernel/packages? I always thought that current amazon linux is based on RHEL 7, is it not the case?
There was a problem hiding this comment.
It's a weird mix of RHEL 6 and 7 features. For instance, the package versions appear to be similar to RHEL 7 releases but it doesn't use systemd. Also inspec.os[:release] returns a date-like value such as 2017.09.
== Operating System Details
Name: amazon
Family: redhat
Release: 2017.09
Arch: x86_64
There was a problem hiding this comment.
@woneill sounds reasonable, thanks for explaining it!
artem-sidorenko
left a comment
There was a problem hiding this comment.
@chris-rock @atomic111 any remarks?
|
@woneill thank you! |
No description provided.