Update cookbooks for Ubuntu 16.04 TLS
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#
|
||||
# Author:: Seth Chisamore (<schisamo@getchef.com>)
|
||||
# Author:: Lucas Hansen (<lucash@getchef.com>)
|
||||
# Cookbook Name:: php
|
||||
# Author:: Seth Chisamore (<schisamo@chef.io>)
|
||||
# Author:: Lucas Hansen (<lucash@chef.io>)
|
||||
# Cookbook:: php
|
||||
# Recipe:: package
|
||||
#
|
||||
# Copyright 2013-2014, Chef Software, Inc.
|
||||
# Copyright:: 2013-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.
|
||||
@@ -23,7 +23,7 @@ if platform?('windows')
|
||||
|
||||
include_recipe 'iis::mod_cgi'
|
||||
|
||||
install_dir = File.expand_path(node['php']['conf_dir']).gsub('/', '\\')
|
||||
install_dir = File.expand_path(node['php']['conf_dir']).tr('/', '\\')
|
||||
windows_package node['php']['windows']['msi_name'] do
|
||||
source node['php']['windows']['msi_source']
|
||||
installer_type :msi
|
||||
|
||||
Reference in New Issue
Block a user