Skip to content

1.2.0

Compare
Choose a tag to compare
@LevonBecker LevonBecker released this 03 Apr 19:15
· 50 commits to master since this release

1.2.0 - 10/30/2016 - Levon Becker

  • Changed default to not include Firewall. So an override would be needed to include. Really these days it's usually handled at a different layer such and security groups. Plus it's been nothing but problems for testing in various environments.
  • Added foodcritic exclusion to Rakefile for calling node method using key until they fix the rule to match Chef clients deprecation complaints
  • Made Rubocop happy with too long of a line in Rakefile
  • Switched from Docker Toolbox for Mac to Docker for Mac (native) because was getting crashes with Vbox version. So, had to Add use_sudo false in docker kitchen config for it to work correctly.