Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/server.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-28 09:30:35 +0200
committerAnton Hvornum <anton@hvornum.se>2021-05-28 09:30:35 +0200
commite993590f5f59ad5cfed5609753cb770aa15796f9 (patch)
treed69c59caf15d97d156b39aa2ffe0531383788a6d /profiles/server.py
parent94bceb2199a16509c744a2f28dcfa19ab8cc5935 (diff)
parenta89f87c14595849e0959e816c23931961cb70617 (diff)
Pulled in latest master changes
Diffstat (limited to 'profiles/server.py')
-rw-r--r--profiles/server.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/server.py b/profiles/server.py
index 704c8efe..79aa9481 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -6,6 +6,8 @@ import archinstall
is_top_level_profile = True
+__description__ = 'Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb'
+
available_servers = [
"cockpit",
"docker",