From b28b61205a625019979d13842a63a4406cf42bb4 Mon Sep 17 00:00:00 2001 From: abednarik Date: Mon, 23 Nov 2015 15:31:45 -0300 Subject: [PATCH] Update mod proxy id to avoid conflict when using modules te enable this mod --- apache/mod_proxy.sls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache/mod_proxy.sls b/apache/mod_proxy.sls index 0b21961..964936d 100644 --- a/apache/mod_proxy.sls +++ b/apache/mod_proxy.sls @@ -3,8 +3,9 @@ include: - apache -a2enmod proxy: +a2enmod mod_proxy: cmd.run: + - name a2enmod proxy - unless: ls /etc/apache2/mods-enabled/proxy.load - order: 225 - require: