diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index b1e53b885..e6c6ca0f5 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -88,6 +88,7 @@ case $OS_VER in "ubuntu-2204" | \ "ubuntu-2310" | \ "ubuntu-2404" | \ + "ubuntu-2410" | \ "linuxmint-21" | \ "linuxmint-22" | \ "raspbian-12") diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 55af7c382..754cba561 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -774,6 +774,7 @@ pbx_http_port: 83 is_debuntu: False # Covers all 4: Ubuntu, Linux Mint, Debian, Raspberry Pi OS (Raspbian) is_ubuntu: False # Covers: Ubuntu, Linux Mint +is_ubuntu_2410: False is_ubuntu_2404: False is_ubuntu_2310: False #is_ubuntu_2304: False diff --git a/vars/ubuntu-2410.yml b/vars/ubuntu-2410.yml new file mode 100644 index 000000000..6120c89a9 --- /dev/null +++ b/vars/ubuntu-2410.yml @@ -0,0 +1,5 @@ +# Every is_ 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_ubuntu: True # Opposite of is_debian for now +is_ubuntu_2410: True