Update cookbooks for Ubuntu 16.04 TLS

This commit is contained in:
Greg Karékinian
2017-03-31 19:20:00 +02:00
parent 6430d71006
commit 8923d0d7ef
219 changed files with 2770 additions and 11511 deletions

View File

@@ -1,10 +1,10 @@
#
# Author:: Joshua Timberman (<joshua@getchef.com>)
# Author:: Seth Chisamore (<schisamo@getchef.com>)
# Cookbook Name:: php
# Author:: Joshua Timberman (<joshua@chef.io>)
# Author:: Seth Chisamore (<schisamo@chef.io>)
# Cookbook:: php
# Recipe:: module_gd
#
# Copyright 2009-2014, Chef Software, Inc.
# Copyright:: 2009-2016, 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.
@@ -22,12 +22,12 @@
pkg = value_for_platform(
%w(centos redhat scientific fedora amazon oracle) => {
el5_range => 'php53-gd',
'default' => 'php-gd'
'default' => 'php-gd',
},
'freebsd' => {
'default' => 'php56-gd'
'default' => 'php56-gd',
},
'default' => 'php5-gd'
'default' => node['php']['gd']['package']
)
package pkg do