server: Add update current debian versions for vagrantfile
This commit is contained in:
parent
77f8f90d20
commit
64337a67b3
1 changed files with 9 additions and 3 deletions
12
server/Vagrantfile
vendored
12
server/Vagrantfile
vendored
|
@ -44,12 +44,18 @@ mount /dev/vdb /backup
|
|||
SCRIPT
|
||||
|
||||
nodes = [
|
||||
{ :version => "stretch", :fs => "btrfs" },
|
||||
{ :version => "stretch", :fs => "ext4" },
|
||||
# { :version => "stretch", :fs => "btrfs" },
|
||||
# { :version => "stretch", :fs => "ext4" },
|
||||
|
||||
{ :version => "buster", :fs => "btrfs" },
|
||||
{ :version => "buster", :fs => "ext4" },
|
||||
|
||||
{ :version => "bullseye", :fs => "ext4" },
|
||||
{ :version => "bullseye", :fs => "btrfs" },
|
||||
{ :version => "bullseye", :fs => "ext4" }
|
||||
|
||||
{ :version => "bookworm", :fs => "ext4" },
|
||||
{ :version => "bookworm", :fs => "btrfs" }
|
||||
|
||||
]
|
||||
|
||||
nodes.each do |i|
|
||||
|
|
Loading…
Add table
Reference in a new issue