Depend on the new chef_nginx cookbook

This commit is contained in:
Greg Karékinian 2017-04-28 12:01:51 +02:00
parent d6cc8509bc
commit 099debe5c3
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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