Add Tomcat application profile
Using Tomcat 10 as that is the latest release
This commit is contained in:
parent
aa0f432726
commit
9e8446a96a
|
|
@ -0,0 +1,12 @@
|
||||||
|
import archinstall
|
||||||
|
|
||||||
|
# This is using Tomcat 10 as that is the latest release at the time of implementation.
|
||||||
|
# This should probably be updated to use newer releases as they come out.
|
||||||
|
|
||||||
|
# Define the package list in order for lib to source
|
||||||
|
# which packages will be installed by this profile
|
||||||
|
__packages__ = ["tomcat10"]
|
||||||
|
|
||||||
|
installation.add_additional_packages(__packages__)
|
||||||
|
|
||||||
|
installation.enable_service('tomcat10')
|
||||||
Loading…
Reference in New Issue