Skip to content

intuit-archive/fpm-cookbook

Repository files navigation

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)