Skip to content
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

Broken on recent amazon linux #17

Open
dividedmind opened this issue Nov 19, 2017 · 2 comments
Open

Broken on recent amazon linux #17

dividedmind opened this issue Nov 19, 2017 · 2 comments

Comments

@dividedmind
Copy link
Contributor

Amazon Linux has diverged from RHEL so much that it's its own platform family in chef now. Simply forcing the checks to rhel fail on installing the ssh server.

@infamousjoeg
Copy link

@infamousjoeg
Copy link

Replace:
if platform_family?('rhel')
with
if platform_family?('rhel', 'amazon')

We will be POCing this with the customer next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants