Skip to content

bbg-cookbooks/chef-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A group cookbook, modeled after fnichol's chef-user cookbook. Setup groups via databags.

Requirements

none

Attributes

  • a groups databag filled with your groups
  • a node attribute node['groups'] which will be an array of the groups you want on the system.

Usage

To use recipe[group::data_bag], include it in your run_list and have a data bag called "groups" with an item like the following:

{
  "id"        : "deploy",
  "gid"       : "6001"
  "members"  : ["deploy"]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages