Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

aegir2 (10) Versions 0.1.1

Hosting System for Drupal Sites

Policyfile
Berkshelf
Knife
cookbook 'aegir2', '= 0.1.1', :supermarket
cookbook 'aegir2', '= 0.1.1'
knife supermarket install aegir2
knife supermarket download aegir2
README
Dependencies
Quality -%

aegir2 Cookbook

Aegir is a hosting system for deploying and managing large networks of
Drupal sites. This collection of recipes automate Aegir setup,
specifically for aegir2.

This cookbook was started as a fork of https://github.com/yevgenko/cookbook-aegir, but was so different, I created a new repository. Thanks for yevgenko for the inspiration!

Requirements

Cookbooks:

  • mysql (to install mysql-server properly)

Platforms

  • Debian/Ubuntu

Attributes

  • node['aegir2']['install_method'] - Install method for aegir
  • node['aegir2']['frontend'] - The URL for the aegir frontend
  • node['aegir2']['admin_email'] - The admin email for the aegir site
  • node['aegir2']['webserver'] - The web server aegir should use.

Usage

Simply include the default recipe to get aegir2 installed with the default package-based method. Different install methods and servers will be supported in future versions. You can set a custom admin email and frontend URL by using attributes.

You will most likely need to run the apt::default recipe before this cookbook can be used.

Usage in roles:

name "aegir2"
description "aegir2 role"
run_list "recipe[apt::default],recipe[aegir2::default]"
default_attributes "aegir2" => {
  "admin_email" => "another@email.please"
}

Contributing

Contributions can be made by using the GitHub Pull Request system.

License and Authors

Copyright:: 2013-2014, Picabit

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.
)

Dependent cookbooks

mysql >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found