Template repo for creating standalone cookbooks
bundle
bundle exec soloist
NOTE: All preferences are namespaced under sprout => mysql
they include:
path
— The path to the file that mysql touches; default is~/mysql
sprout-mysql
sprout-mysql::path
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 use ServerSpec
bundle
bundle exec rake spec:unit
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