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

Merge pull request #2821 from holta/is-debuntu-var-clarifs

Specify is_debian & is_ubuntu for all supported OS's
This commit is contained in:
A Holt 2021-06-20 08:20:00 -04:00 committed by GitHub
commit e4199c35ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,6 @@
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian_10: True
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True

View file

@ -1,5 +1,6 @@
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian_11: True
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True

View file

@ -1,4 +1,5 @@
is_debuntu: True
is_debian: False
is_ubuntu: True
is_ubuntu_20: True
is_linuxmint: True

View file

@ -1,5 +1,6 @@
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian_10: True
is_raspbian: True
is_raspbian_10: True

View file

@ -1,5 +1,6 @@
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian_11: True
is_raspbian: True
is_raspbian_11: True

View file

@ -1,4 +1,5 @@
is_debuntu: True
is_debian: False
is_ubuntu: True
is_ubuntu_20: True

View file

@ -1,4 +1,5 @@
is_debuntu: True
is_debian: False
is_ubuntu: True
is_ubuntu_21: True