mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
31 lines
1.4 KiB
XML
31 lines
1.4 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 7 Wheezy Server</name>
|
|
<author>Z. Cliffe Schreuders</author>
|
|
<module_license>GPLv3</module_license>
|
|
<description>Based on the Official Puppet Vagrant box. Debian 7.8 (wheezy) 32-bit (i386), Puppet 4.3.2 / Puppet Enterprise 2015.3.2 (agent).
|
|
This is the primary base box used during development. For testing purposes, the default root password is puppet.</description>
|
|
<cpu_word_size>32-bit</cpu_word_size>
|
|
<type>server</type>
|
|
<type>cli</type>
|
|
|
|
<platform>linux</platform>
|
|
<platform>unix</platform>
|
|
<distro>Debian 7.8 (wheezy) 32-bit (i386)</distro>
|
|
<url>https://app.vagrantup.com/secgen/boxes/debian_wheezy_puppet/versions/1.0.2/providers/virtualbox.box</url>
|
|
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_wheezy_puppet/versions/1.0.0/providers/vmware_esxi.box</esxi_url>
|
|
<ovirt_template>debian_wheezy_server</ovirt_template>
|
|
<proxmox_template>DebianWheezyDesktopKDE2</proxmox_template>
|
|
|
|
<reference>https://atlas.hashicorp.com/puppetlabs</reference>
|
|
<software_license>various</software_license>
|
|
|
|
<!-- another base should not be added to this base -->
|
|
<conflict>
|
|
<module_path>bases/.*</module_path>
|
|
</conflict>
|
|
</base>
|