diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-08-24 22:17:48 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-08-24 22:17:48 +0200 |
commit | 11a511a3acbe5bfd1e7ce35fe2078aa14f74c8d4 (patch) | |
tree | 29232cd1815a95c439f1c24a705d3153d5541f01 | |
parent | 6a86c83f0c77deae3b9907b6f4e0e8718d2afd9f (diff) | |
download | bashtard-11a511a3acbe5bfd1e7ce35fe2078aa14f74c8d4.tar.gz bashtard-11a511a3acbe5bfd1e7ce35fe2078aa14f74c8d4.tar.bz2 |
Expand the description
-rw-r--r-- | etc/debian/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/debian/control b/etc/debian/control index 867a679..d104fc7 100644 --- a/etc/debian/control +++ b/etc/debian/control @@ -12,3 +12,9 @@ Description: Simple configuration management in Bash 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. |