mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<base xmlns="http://www.github/cliffe/SecGen/base"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/base">
|
|
<name>Debian 9 Stretch Server</name>
|
|
<author>Thomas Shaw</author>
|
|
<module_license>GPLv3</module_license>
|
|
<description>Debian 9.5.0 Stretch Server amd64. For testing purposes, the default root password is puppet.</description>
|
|
<cpu_word_size>64-bit</cpu_word_size>
|
|
<type>server</type>
|
|
<type>cli</type>
|
|
|
|
<platform>linux</platform>
|
|
<platform>unix</platform>
|
|
<distro>Debian 9.5.0 Stretch amd64</distro>
|
|
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_server/versions/1.3/providers/virtualbox.box</url>
|
|
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_stretch_server/versions/1.0.0/providers/vmware.box</esxi_url>
|
|
<!-- use the ovirt kde template even for servers, so there are less bases to maintain -->
|
|
<ovirt_template>stretch_desktop_kde_20230615</ovirt_template>
|
|
<proxmox_template>stretch-desktop-kde-20230615</proxmox_template>
|
|
|
|
<software_license>various</software_license>
|
|
|
|
<!-- another base should not be added to this base -->
|
|
<conflict>
|
|
<module_path>bases/.*</module_path>
|
|
</conflict>
|
|
</base>
|