From 2107339712493a1da67cadf401ed4aeccda71ff9 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Fri, 8 Apr 2016 11:35:36 +0100 Subject: [PATCH] Fix conflicting ID with other formulas --- consul/install.sls | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/consul/install.sls b/consul/install.sls index 04640c5..a7fb559 100644 --- a/consul/install.sls +++ b/consul/install.sls @@ -1,10 +1,12 @@ {% from "consul/map.jinja" import consul with context %} -unzip: - pkg.installed +consul-dep-unzip: + pkg.installed: + - name: unzip -/usr/local/bin: +consul-bin-dir: file.directory: + - name: /usr/local/bin - makedirs: True # Create consul user