1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

is_debian-8 & is_debian-9 (#129)

This commit is contained in:
Jerry Vonau 2017-07-17 14:20:46 -05:00 committed by georgejhunt
parent fb858ac56e
commit 3358b727d9
4 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,6 @@
is_debian: True
is_debuntu: True
is_debian: True
is_debian-8: True
dns_service: bind9
dns_user: bind
proxy: squid3

View file

@ -1,5 +1,6 @@
is_debian: True
is_debuntu: True
is_debian: True
is_debian-9: True
dns_service: bind9
dns_user: bind
proxy: squid

View file

@ -311,10 +311,15 @@ xovis_chart_heading: "My School: Usage Data Visualization"
# Platforms - turn all off and let <OS>.yml turn on as appropriate
nodocs: False
is_rpi: False
is_debian: False
# wide to narrow
is_debuntu: False
is_ubuntu: False
is_debian: False
is_debian-9: False
is_debian-8: False
is_rpi: False
is_redhat: False
is_fedora: False
is_centos: False