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:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-29 11:41:57 -0400
committerGitHub <noreply@github.com>2021-04-29 11:41:57 -0400
commitaf3d85dc7d2ff86531766b9b819009e0c1a659c1 (patch)
treef5f967f8ddcbb0e1bf80a5c996b2f21f93f8d4bf /profiles/server.py
parent5e567b6f3b1372e97bd97b7461b39db528c5a843 (diff)
Add cockpit, depends on #396
Diffstat (limited to 'profiles/server.py')
-rw-r--r--profiles/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server.py b/profiles/server.py
index fab4e7cf..9d28054d 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -4,7 +4,7 @@ import archinstall, os, logging
is_top_level_profile = True
-available_servers = ["docker", "httpd", "lighttpd", "mariadb", "nginx", "postgresql", "sshd", "tomcat"]
+available_servers = ["cockpit", "docker", "httpd", "lighttpd", "mariadb", "nginx", "postgresql", "sshd", "tomcat"]
def _prep_function(*args, **kwargs):
"""