Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
This commit is contained in:
8
cookbooks/nginx/attributes/set_misc.rb
Normal file
8
cookbooks/nginx/attributes/set_misc.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Cookbook:: nginx
|
||||
# Attributes:: set_misc
|
||||
#
|
||||
|
||||
default['nginx']['set_misc']['version'] = '0.30'
|
||||
default['nginx']['set_misc']['url'] = "https://github.com/agentzh/set-misc-nginx-module/archive/v#{node['nginx']['set_misc']['version']}.tar.gz"
|
||||
default['nginx']['set_misc']['checksum'] = '59920dd3f92c2be32627121605751b52eae32b5884be09f2e4c53fb2fae8aabc'
|
||||
Reference in New Issue
Block a user