??
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: default
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::default'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: deploy
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::deploy'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: functional
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::functional'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: lint
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::lint'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: provision
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::provision'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: publish
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::publish'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: quality
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::quality'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: security
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::security'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: smoke
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::smoke'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: syntax
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::syntax'
|
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: unit
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::unit'
|
Reference in New Issue
Block a user