ignore section 8 if community edition

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2019-08-28 11:49:22 +02:00
commit d7f1d9753a
2 changed files with 26 additions and 9 deletions

View file

@ -149,9 +149,18 @@ docker_swarm_configuration() {
docker_enterprise_configuration() {
check_8
check_product_license
check_8_1
check_8_1_1
check_8_1_2
check_8_1_3
check_8_1_4
check_8_1_5
check_8_1_6
check_8_1_7
check_8_1_end
check_8_2
check_8_2_1
check_8_2_end
check_8_end
}