Add Apache HTTPD Application Profile

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

View File

@ -0,0 +1,9 @@
import archinstall
# Define the package list in order for lib to source
# which packages will be installed by this profile
__packages__ = ["apache"]
installation.add_additional_packages(__packages__)
installation.enable_service('httpd')