This new cookbook supports the installation and configuraiton for heat services. More pedantic patches will follow to make Rubocop happy. Implements: blueprint heat-support Change-Id: I8b734b7124c49190a68acc4d0da28a31da03ac57
6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
# Strainerfile
|
|
rubocop: bundle exec rubocop $SANDBOX/$COOKBOOK
|
|
knife test: bundle exec knife cookbook test $COOKBOOK
|
|
foodcritic: bundle exec foodcritic -f any -t ~FC003 -t ~FC023 $SANDBOX/$COOKBOOK
|
|
chefspec: bundle exec rspec $SANDBOX/$COOKBOOK/spec
|