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

Add CentOS 7 support and cleanup snake-case variable names #95

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

ledgr
Copy link

@ledgr ledgr commented Feb 21, 2018

This PR fixes/improves multiple things

  • Adds support for CentOS 7
  • Updates kitchen platform list to fix converging (Ubuntu-14.04 was broken, I had either to remove it or run apt-get update on converge time before installing packages)
  • Updates code to comply with rubocop
    • Change snake_case to CamelCase
    • Change %w(), %i() to %w[], %i[] etc.
    • Other minor changes

ledgr added 23 commits October 17, 2017 11:22
Remove snake-case config parameters and simplify/fix config
Update syntax to comply with latest ruby/rubocop requirements
Update syntax to comply with latest ruby/rubocop requirements
Update syntax to comply with latest ruby/rubocop requirements
Fix respond_to_missing method
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

Successfully merging this pull request may close these issues.

1 participant