/ladle

Ladle - Automated Chef Cookbook generator (To get you close enough)

Primary LanguageCGNU General Public License v2.0GPL-2.0

Travis Coverity Scan Build Status

Ladle

Ladle - Automated Chef Cookbook generator (To get you close enough)

What is Ladle?

Ladle is a program that gathers information on a system and generates a templated Cookbook according to the system's specficiations

What do I need to build Ladle?

  • A C compiler
  • automake
  • autoconf
  • autoconf-archive

How do I build Ladle?

./autogen.sh
./configure
make
make install

How do I use Ladle?

TBD