Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

pivotal-sprout/sprout-mysql

Repository files navigation

sprout-mysql cookbook

Build Status

Template repo for creating standalone cookbooks

Usage

Prerequisites

Quickstart

bundle
bundle exec soloist

Cookbook Usage

Attributes

NOTE: All preferences are namespaced under sprout => mysql they include:

  • path — The path to the file that mysql touches; default is ~/mysql

Recipes

  1. sprout-mysql
  2. sprout-mysql::path

Contributing

Before committing

bundle
bundle exec rake

The default rake task includes rubocop, foodcritic, unit specs

bundle
bundle exec rake rubocop
bundle
bundle exec rake foodcritic

Unit specs

Unit specs use ServerSpec

bundle
bundle exec rake spec:unit

Integration specs

Integrations specs will run the default recipe on the host system (destructive) and make assertions on the system after install.

Note: It has a precondition that mysql is not already installed on the system.

bundle
bundle exec rake spec:integration

About

Cookbook for managing mysql on an OSX workstation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages