1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Stub support for upcoming Debian 13 "Trixie" pre-releases

This commit is contained in:
root 2023-06-11 07:59:09 -04:00
parent fb17537fb5
commit e5a9cee54f
4 changed files with 7 additions and 15 deletions

View file

@ -81,6 +81,7 @@ OS_VER="$OS-$VERSION_ID"
case $OS_VER in case $OS_VER in
"debian-11" | \ "debian-11" | \
"debian-12" | \ "debian-12" | \
"debian-13" | \
"ubuntu-2204" | \ "ubuntu-2204" | \
"ubuntu-2210" | \ "ubuntu-2210" | \
"ubuntu-2304" | \ "ubuntu-2304" | \

5
vars/debian-13.yml Normal file
View file

@ -0,0 +1,5 @@
# Every is_<OS_VER> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: True # Opposite of is_ubuntu for now
is_debian_13: True

View file

@ -790,6 +790,7 @@ is_linuxmint_21: False
is_linuxmint_20: False is_linuxmint_20: False
is_debian: False # Covers both: Debian, Raspberry Pi OS (Raspbian) is_debian: False # Covers both: Debian, Raspberry Pi OS (Raspbian)
is_debian_13: False
is_debian_12: False is_debian_12: False
is_debian_11: False is_debian_11: False
#is_debian_10: False #is_debian_10: False

View file

@ -3,18 +3,3 @@
is_debuntu: True is_debuntu: True
is_ubuntu: True # Opposite of is_debian for now is_ubuntu: True # Opposite of is_debian for now
is_ubuntu_2310: True is_ubuntu_2310: True
# proxy: squid
# proxy_user: proxy
# apache_service: apache2
# apache_user: www-data
# smb_service: smbd
# nmb_service: nmbd
# systemctl_program: /bin/systemctl
# mysql_service: mariadb
# sshd_package: openssh-server
# sshd_service: ssh
# systemd_location: /lib/systemd/system
# php_version: "8.2"
# postgresql_version: 15
# python_version: "3.11"