From 4f29ceba0bae1b498c219cab5696d33b2c57cd28 Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 25 Oct 2019 17:48:29 -0600 Subject: [PATCH] Salt: fix incorrect dependency for boussole This didn't get updated when boussole was split out to its own virtualenv, and was still being linked to the pip installs from the application succeeding. --- salt/salt/boussole.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/salt/boussole.sls b/salt/salt/boussole.sls index e670e85..9597569 100644 --- a/salt/salt/boussole.sls +++ b/salt/salt/boussole.sls @@ -29,7 +29,7 @@ boussole.service: service.running: - enable: True - require: - - pip: pip-installs + - cmd: boussole-pip-installs create-css-directory: file.directory: