mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
33 lines
1008 B
XML
33 lines
1008 B
XML
<?xml version="1.0"?>
|
|
|
|
<service xmlns="http://www.github/cliffe/SecGen/service"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/service">
|
|
<name>Apache HTTP Server - Stretch/Kali Compatible</name>
|
|
<author>Z. Cliffe Schreuders</author>
|
|
<author>Connor Wilson</author>
|
|
<author>Puppet Labs</author>
|
|
<module_license>Apache v2</module_license>
|
|
<description>An installation of Apache</description>
|
|
|
|
<type>httpd</type>
|
|
<platform>linux</platform>
|
|
|
|
<!--optional details-->
|
|
<reference>https://httpd.apache.org/</reference>
|
|
<reference>https://forge.puppet.com/puppetlabs/apache</reference>
|
|
<software_name>apache</software_name>
|
|
<software_license>Apache v2</software_license>
|
|
|
|
<!--Cannot co-exist with other apache installations-->
|
|
<conflict>
|
|
<software_name>apache</software_name>
|
|
</conflict>
|
|
<conflict>
|
|
<name>.*Wheezy.*</name>
|
|
</conflict>
|
|
<requires>
|
|
<type>update</type>
|
|
</requires>
|
|
</service>
|