atomic-penguin / cookbook-krb5

Chef cookbook for Kerberos 5 authentication
Apache License 2.0
17 stars 19 forks source link

Hotfix/ci fixes #6

Closed wolf31o2 closed 10 years ago

wolf31o2 commented 10 years ago

We don't need to enforce Ruby 1.9 hash syntax or a single space after method name.

Also, use %w for word arrays to make rubocop on Travis CI quit complaining.

wolf31o2 commented 10 years ago

This fixes the previous Travis CI build failures. Merging.