Created
August 18, 2020 19:29
-
-
Save jblaine/67283cf85d4b910b17fc1d9b787f3510 to your computer and use it in GitHub Desktop.
cinc as chef in Ubuntu 20
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
jblaine@ipac-ub20-tplt:~# sudo apt-get update | |
... | |
jblaine@ipac-ub20-tplt:~# date | |
Tue 18 Aug 2020 03:28:55 PM EDT | |
jblaine@ipac-ub20-tplt:~# sudo apt-cache show chef | |
Package: chef | |
Architecture: all | |
Version: 15.8.25.3.gcf41df6a2-6 | |
Priority: optional | |
Section: universe/ruby | |
Origin: Ubuntu | |
Maintainer: Ubuntu Developers <[email protected]> | |
Original-Maintainer: Debian Ruby Extras Maintainers <[email protected]> | |
Bugs: https://bugs.launchpad.net/ubuntu/+filebug | |
Installed-Size: 4612 | |
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) | |
Filename: pool/universe/c/chef/chef_15.8.25.3.gcf41df6a2-6_all.deb | |
Size: 662824 | |
MD5sum: f727696cb1cbc9064752c1bd727826af | |
SHA1: 92c2b7f51721efaa5fa0f722fbe6632fca7bb37b | |
SHA256: 3c3904c127515f83f724d8ed114905237352cece6ecf54a60a46541e0b5d1a8a | |
Homepage: https://cinc.sh/ | |
Description-en: 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. | |
Description-md5: 098a9d576a0343601f43d595b54cea80 | |
Ruby-Versions: all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment