Sha256: efb2339d093c6bc161d90b1e4626c3f8cc8d23284c15ec9f0e7709b18a5a68e4
Contents?: true
Size: 764 Bytes
Versions: 47
Compression:
Stored size: 764 Bytes
Contents
# # Cookbook Name:: apache2 # Recipe:: php5 # # Copyright 2008, OpsCode, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # case node[:platform] when "debian", "ubuntu" package "libapache2-mod-php5" do action :install end end apache_module "php5"
Version data entries
47 entries across 47 versions & 3 rubygems