Update cookbooks

* Replace old nginx cookbook with new chef_nginx cookbooks
* Update application cookbook
This commit is contained in:
Greg Karékinian
2017-04-28 11:59:11 +02:00
parent 5d1d4832df
commit 4fb5390f9b
264 changed files with 3050 additions and 8605 deletions

View File

@@ -1,8 +1,8 @@
#
# Cookbook Name:: build-essential
# Cookbook:: build-essential
# Attributes:: default
#
# Copyright 2008-2016, Chef Software, Inc.
# Copyright:: 2008-2017, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -18,4 +18,4 @@
#
default['build-essential']['compile_time'] = false
default['build-essential']['msys']['path'] = "#{ENV['SYSTEMDRIVE']}\\msys"
default['build-essential']['msys2']['path'] = "#{ENV['SYSTEMDRIVE']}\\msys2"