Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookworm Vagrant remote URL #340

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/bases/debian_bookworm_desktop_kde/secgen_metadata.xml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
xsi:schemaLocation="http://www.github/cliffe/SecGen/base">
<name>Debian 12 Bookworm Desktop KDE: PROXMOX ONLY</name>
<author>Z. Cliffe Schreuders</author>
<author>James Davis</author>
<module_license>GPLv3</module_license>
<description>Debian 12 Bookworm Desktop KDE amd64 -- dist-upgrade from buster box. Use buster on VirtualBox and oVirt. For testing purposes, the default root password is puppet.
I need to build this for VirtualBox.</description>
@@ -13,8 +14,8 @@

<platform>linux</platform>
<platform>unix</platform>
<distro>Debian 12 Bookworm amd64</distro>
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_desktop_kde/versions/1.2/providers/virtualbox.box</url>
<distro>Debian 12 Buster amd64</distro>
<url>https://app.vagrantup.com/secgen/boxes/bookworm-base/versions/1.0.1/providers/virtualbox/amd64/download/vagrant.box</url>
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_stretch_desktop_kde/versions/1.0.0/providers/vmware.box</esxi_url>
<ovirt_template>buster_desktop_kde_20230615</ovirt_template>
<proxmox_template>bookworm-desktop-kde-20241114</proxmox_template>
25 changes: 25 additions & 0 deletions modules/bases/debian_bookworm_server/secgen_metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?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 12 Bookworm Server</name>
<author>James Davis</author>
<module_license>GPLv3</module_license>
<description>Debian 12 Bookworm Server amd64</description>
<cpu_word_size>64-bit</cpu_word_size>
<type>server</type>

<platform>linux</platform>
<platform>unix</platform>
<distro>Debian 12 Buster amd64</distro>
<url>https://app.vagrantup.com/jd2344/boxes/book-kde/versions/1.0/providers/virtualbox/amd64/vagrant.box</url>

<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>