vagrant and chef install everything
This commit is contained in:
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/default.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/default.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: default
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::default'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/deploy.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/deploy.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: deploy
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::deploy'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/functional.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/functional.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: functional
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::functional'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/lint.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/lint.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: lint
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::lint'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/provision.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/provision.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: provision
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::provision'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/publish.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/publish.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: publish
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::publish'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/quality.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/quality.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: quality
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::quality'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/security.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/security.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: security
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::security'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/smoke.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/smoke.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: smoke
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::smoke'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/syntax.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/syntax.rb
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Cookbook:: build_cookbook
|
||||
# Recipe:: syntax
|
||||
#
|
||||
# Copyright:: 2019, The Authors, All Rights Reserved.
|
||||
include_recipe 'delivery-truck::syntax'
|
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/unit.rb
vendored
Normal file
6
ops/cookbooks/vendor/app/.delivery/build_cookbook/recipes/unit.rb
vendored
Normal file
@ -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