bloomberg / openbfdd-cookbook

A set of Chef recipes for installing and configuring OpenBFDD.
Apache License 2.0
3 stars 8 forks source link

Use checkinstall instead of fpm #6

Open http-418 opened 6 years ago

http-418 commented 6 years ago

We recently ran into rubygems-related issues using fpm for openbfdd.

This PR replaces fpm with checkinstall. The primary advantage of checkinstall is that it is distributed with the OS, so we need not manage its version or installation carefully.