Add cockpit, depends on #396

This commit is contained in:
Dylan M. Taylor 2021-04-29 11:41:57 -04:00 committed by GitHub
parent 5e567b6f3b
commit af3d85dc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""