Created
May 7, 2020 16:53
-
-
Save jblaine/9134dc0402aee6f2e33aff1834f7ebcc to your computer and use it in GitHub Desktop.
cinc in Ubuntu 20 as chef
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m26560@apub1:~$ dpkg -l | grep chef | |
ii chef 15.8.25.3.gcf41df6a2-6 all systems integration framework - clients | |
ii chef-bin 15.8.25.3.gcf41df6a2-6 all Chef binaries | |
ii chef-zero 15.0.0-2 all in-memory Chef server (for testing and solo purposes) | |
ii ruby-chef-config 15.8.25.3.gcf41df6a2-6 all Chef configuration library | |
ii ruby-chef-utils 15.8.25.3.gcf41df6a2-6 all Chef utilities library | |
m26560@apub1:~$ sudo dpkg -s chef | |
Package: chef | |
Status: install ok installed | |
Priority: optional | |
Section: admin | |
Installed-Size: 4612 | |
Maintainer: Ubuntu Developers <[email protected]> | |
Architecture: all | |
Version: 15.8.25.3.gcf41df6a2-6 | |
Depends: lsb-base, ucf, debconf (>= 0.5) | debconf-2.0, ruby, ruby-chef-config (>= 15.8.25), ruby-chef-utils (>= 15.8.25), ruby-train-core (>= 3.1), ruby-mixlib-cli (>= 2.1.1), ruby-mixlib-cli (<< 3.0), ruby-mixlib-log (>= 2.0.3), ruby-mixlib-log (<< 4.0), ruby-mixlib-authentication (>= 2.1), ruby-mixlib-authentication (<< 4), ruby-mixlib-shellout (>= 3.0.3), ruby-mixlib-shellout (<< 4.0), ruby-mixlib-archive (>= 0.4), ruby-mixlib-archive (<< 2.0), ohai (>= 16.0), ruby-ffi (>= 1.9.25), ruby-ffi-yajl (>= 2.2), ruby-net-ssh (>= 4.2), ruby-net-ssh-multi (>= 1.2.1), ruby-net-sftp (>= 2.1.2), ruby-ed25519 (>= 1.2), ruby-bcrypt-pbkdf (>= 1.0), ruby-highline (>= 1.6.9), ruby-tty-screen (>= 0.6), ruby-erubis (>= 2.7), ruby-diff-lcs (>= 1.2.4), ruby-ffi-libarchive, chef-zero (>= 14.0.11), ruby-plist (>= 3.2), ruby-iniparse (>= 1.4), ruby-addressable, ruby-syslog-logger (>= 1.6), ruby-uuidtools (>= 2.1.5), ruby-proxifier (>= 1.0), ruby-bundler (>= 1.10) | |
Recommends: chef-bin | |
Breaks: chef-solr (<< 11) | |
Conffiles: | |
/etc/default/chef-client e690b49d37403735f5042e781fbb8ac3 | |
/etc/init.d/chef-client 4f82c4877eb03adfb344f90e70900c2b | |
/etc/logrotate.d/chef 09658b26540270e72d8d658a778968ce | |
Description: 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. | |
Original-Maintainer: Debian Ruby Extras Maintainers <[email protected]> | |
Homepage: https://cinc.sh/ | |
Ruby-Versions: all | |
m26560@apub1:~$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment