File: control

package info (click to toggle)
chake 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • sloc: ruby: 668; sh: 36; sed: 4; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download
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.