chef-shell
systems integration framework - clients
Install
- All systems
-
curl cmd.cat/chef-shell.sh
- Debian
-
apt-get install chef
- Ubuntu
-
apt-get install chef
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install chef
- Raspbian
-
apt-get install chef
- Dockerfile
- dockerfile.run/chef-shell
chef
systems integration framework - clients
Chef is a systems integration framework and configuration management library written in Ruby. Chef provides a Ruby library and API that can be used to bring the benefits of configuration management to an entire infrastructure. Chef can be run as a client (chef-client) to a server, or run as a standalone tool (chef-solo). Configuration recipes are written in a pure Ruby DSL. This package provides the chef-client, chef-solo, and knife binaries as well as the Chef library.