Sha256: c4188a529f52fe2b464595242768c292863ded66139dd91bc6d041a671887658

Contents?: true

Size: 1.39 KB

Versions: 8

Compression:

Stored size: 1.39 KB

Contents

#
# Cookbook Name:: nginx
# Attributes:: source
#
# Author:: Jamie Winsor (<jamie@vialstudios.com>)
#
# Copyright 2012, Riot Games
#
# 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.
#

include_attribute 'nginx'

default['nginx']['source']['prefix']                  = "/opt/nginx-#{node['nginx']['version']}"
default['nginx']['source']['conf_path']               = "#{node['nginx']['dir']}/nginx.conf"
default['nginx']['source']['default_configure_flags'] = [
  "--prefix=#{node['nginx']['source']['prefix']}",
  "--conf-path=#{node['nginx']['dir']}/nginx.conf"
]

default['nginx']['configure_flags']  = Array.new
default['nginx']['source']['url']     = "http://nginx.org/download/nginx-#{node['nginx']['version']}.tar.gz"
default['nginx']['source']['checksum'] = "06a1153b32b43f100ee9147fe230917deea648f0155111c749e35da120646bf5"
default['nginx']['source']['modules'] = [
  "http_ssl_module",
  "http_gzip_static_module"
]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
server_maint-0.0.8 lib/cookbooks/nginx/attributes/source.rb
server_maint-0.0.7 lib/cookbooks/nginx/attributes/source.rb
server_maint-0.0.6 lib/cookbooks/nginx/attributes/source.rb
server_maint-0.0.5 lib/cookbooks/nginx/attributes/source.rb
server_maint-0.0.4 lib/cookbooks/nginx/attributes/source.rb
server_maint-0.0.3 lib/cookbooks/nginx/attributes/source.rb
server_maint-0.0.2 lib/cookbooks/nginx/attributes/source.rb
server_maint-0.0.1 lib/cookbooks/nginx/attributes/source.rb