-
Notifications
You must be signed in to change notification settings - Fork 48
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
Amazon error: trying to execute timedatectl #28
Comments
Maybe I should throw out the 6-versus-7 assumptions and just check for the presence of timedatectl across all RedHat-based distros. |
For information, on Amazon Linux 09/2015 it's work with release 0.2.0 without modifictions |
I just tried this today with Amazon Linux 2015.09 and it's not working (timedatectl doesn't exist). |
https://github.com/L2G/timezone-ii/blob/master/recipes/rhel.rb#L19 |
Actually Amazon is closer to RHEL 6 than 7. In general, this cookbook needs some Amazon lovin. |
Is this cookbook still maintained @L2G ? |
The Amazon is a rhel 7 distribution but it doesn't have timedatectl installed. It should be using the rhel recipe instead of rhel7
The text was updated successfully, but these errors were encountered: