From 9d5e9333c7a44dbdf6d3008a6ba61620b7e4d040 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Thu, 29 Apr 2021 07:18:38 -0400 Subject: Add lighttpd application profile --- profiles/applications/lighttpd.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/applications/lighttpd.py (limited to 'profiles/applications/lighttpd.py') diff --git a/profiles/applications/lighttpd.py b/profiles/applications/lighttpd.py new file mode 100644 index 00000000..a1e6a371 --- /dev/null +++ b/profiles/applications/lighttpd.py @@ -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__ = ["lighttpd"] + +installation.add_additional_packages(__packages__) + +installation.enable_service('lighttpd') -- cgit v1.2.3-54-g00ecf