aboutsummaryrefslogtreecommitdiff
path: root/etc/debian/control
blob: 7a48a6fdc1b4c5416c60647aff05564f91613494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: bashtard
Version: %VERSION%
Source: bashtard
Section: admin
Priority: optional
Maintainer: Patrick Spek <p.spek+debian@tyil.nl>
Homepage: https://git.tyil.nl/bashtard
Architecture: all
Build-Depends-Indep: scdoc
Depends:
Description: Simple configuration management in Bash
 Bashtard is a configuration management system built on the idea of simplicity
 for the user. It lets you write reasonably simple Bash scripts to configure
 your systems, while providing just enough abstractions to make it easy to
 work with various base systems.

 It is similar in purpose as other configuration management tools, such as
 Ansible and Puppet, however Bashtard tries to keep dependencies to a minimum
 while still providing some abstractions to make the process easier. This
 allows Bashtard to run in more constrained environments, with the abstractions
 allowing it to manage a varied array of systems in a single network.