1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: chake
Section: admin
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: asciidoctor,
debhelper (>= 11~),
gem2deb,
rake,
ruby-rspec,
ruby-simplecov,
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/chake.git
Vcs-Browser: https://salsa.debian.org/ruby-team/chake
Homepage: https://gitlab.com/terceiro/chake
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: chake
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake,
ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: serverless configuration management tool for chef
chake allows one to manage a number of hosts via SSH by combining chef (solo)
and rake. It doesn't require a chef server; all you need is a workstation from
where you can SSH into all your hosts. chake automates copying the
configuration management repository to the target host (including managing
encrypted files), running chef on them, and arbitraty commands on the hosts.
|