aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 16:58:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 16:58:50 -0700
commitc9f519792a918d507a361b30b47ecb073f473c30 (patch)
tree7a2d04568dbd3d5b63c00f018fffaede40e6c0aa /debian/control
parentf60414d11e449e335049b1925a4e7db20d484d39 (diff)
downloadconsfigurator-c9f519792a918d507a361b30b47ecb073f473c30.tar.gz
debian/: drop an outdated example from package description
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index c91d5f2..b469b84 100644
--- a/debian/control
+++ b/debian/control
@@ -29,10 +29,7 @@ Description: Lisp declarative configuration management system
.
Configurator has convenient abstractions for combining these different ways
to execute your configuration on hosts with different ways of connecting to
- them. Connections can be arbitrarily nested. For example, to combine SSHing
- to a Debian machine as an unprivileged user, using sudo to become root, and
- then starting up a Lisp image to execute your deployment code, you would just
- evaluate (deploy (:ssh (:sudo :user "root") :debian-sbcl) foo.example.com).
+ them. Connections can be arbitrarily nested.
.
Declarative configuration management systems like Consfigurator and Propellor
share a number of goals with projects like the GNU Guix System and NixOS.