michaelavila / chef-hockeypuck

A chef's guide to cooking a hockeypuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hockeypuck-cookbook

A chef cookbook used to install and configure the hkp server hockeypuck.

Supported Platforms

  • Ubuntu 14.04

Attributes

Key Type Description
['hockeypuck']['user'] string which user will run hockeypuck
['hockeypuck']['group'] string which group will run hockeypuck
['hockeypuck']['working_dir'] string which directory to run hockeypuck

Usage

hockeypuck::default

Include hockeypuck in your node's run_list:

{
  "run_list": [
    "recipe[hockeypuck::default]"
  ]
}

About

A chef's guide to cooking a hockeypuck

License:Other


Languages

Language:Ruby 100.0%