项目作者: codenamephp

项目描述 :
Cookbook to install apache2 as a wrapper cookbook
高级语言: Ruby
项目地址: git://github.com/codenamephp/chef.cookbook.apache2.git
创建时间: 2017-09-30T16:39:04Z
项目社区:https://github.com/codenamephp/chef.cookbook.apache2

开源协议:Apache License 2.0

下载


Chef Cookbook Apache2

Build Status

Cookbook to install apache2 as a wrapper coockbook for Apache2

Requirements

Supported Platforms

  • Debian Stretch

Chef

  • Chef 13.0+

Cookbook Depdendencies

Usage

Add the cookbook to your Berksfile:

  1. cookbook 'codenamephp_apache2, :github 'codenamephp/chef.cookbook.apache2'

Add the cookbook to your runlist, e.g. in a role:

To install additional modules, you can either set/extend the default['apache']['default_modules']attribute or just
add the corresponding apache2::* cookbooks for that module

  1. {
  2. "name": "default",
  3. "chef_type": "role",
  4. "json_class": "Chef::Role",
  5. "run_list": [
  6. "recipe[codenamephp_apache2]"
  7. ]
  8. }