Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 644 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 644 Bytes

Build Status

!!! This project has been deprecated. We recommend you search the Chef Supermarket for a supported alternative !!!

fpm-cookbook

installs fpm

Requirements

  • Chef 10.x

Platform:

  • CentOS 6.x
  • RHEL 6.x

Usage

Add the fpm-cookbook to your role/run_list.

Attributes

  • node["fpm"]["gem_binary"] - Path to gem, default is /usr/bin/gem
  • node['fpm']['version'] - version to install, default is 0.4.10

Recipes

default

Installs fpm

Authors

  • Kevin Young (@keviny22)