Depend on the new chef_nginx cookbook
This commit is contained in:
parent
d6cc8509bc
commit
099debe5c3
@ -4,8 +4,8 @@ maintainer_email 'mail@kosmos.org'
|
||||
license 'All rights reserved'
|
||||
description 'Installs/Configures kosmos-nginx'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.1.0'
|
||||
version '0.2.0'
|
||||
|
||||
depends 'nginx'
|
||||
depends 'chef_nginx'
|
||||
depends 'firewall'
|
||||
depends 'openssl'
|
||||
|
@ -24,7 +24,7 @@ EOF
|
||||
|
||||
node.override['nginx']['repo_source'] = 'nginx' # Install from official repo
|
||||
node.override['nginx']['upstream_repository'] = "http://nginx.org/packages/mainline/#{node['platform']}"
|
||||
include_recipe 'nginx'
|
||||
include_recipe 'chef_nginx'
|
||||
|
||||
# Generate Strong Diffie-Hellman Group (increases security)
|
||||
# https://weakdh.org/sysadmin.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user