From 6626b903d62035a57a639bf40718103bdde1f4c0 Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Tue, 31 Jul 2018 14:34:13 -0500 Subject: [PATCH] don't include `include` if it isn't going to include anything else --- php/ng/apache2/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/ng/apache2/init.sls b/php/ng/apache2/init.sls index 2ebfb1e..ce58788 100644 --- a/php/ng/apache2/init.sls +++ b/php/ng/apache2/init.sls @@ -1,5 +1,5 @@ -include: {% if grains['os_family'] in ["Debian", "FreeBSD"] %} +include: - php.ng.apache2.install {% endif %} #END: os = Debian|FreeBSD {% if grains['os_family'] == "Debian" %}