From 868684b72e69ecf73217c2d6772a81ac4a46ca99 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Dec 07 2019 21:40:53 +0000 Subject: "proxy" role: Make sure haproxy is installed and running This shouldn't change anything on the server - it "only" documents some basics we have there. --- diff --git a/salt/profile/proxy/haproxy.sls b/salt/profile/proxy/haproxy.sls new file mode 100644 index 0000000..4909902 --- /dev/null +++ b/salt/profile/proxy/haproxy.sls @@ -0,0 +1,4 @@ +haproxy: + pkg.installed: [] + service.running: + - enable: True diff --git a/salt/profile/proxy/init.sls b/salt/profile/proxy/init.sls index 8010086..96421ba 100644 --- a/salt/profile/proxy/init.sls +++ b/salt/profile/proxy/init.sls @@ -1,2 +1,3 @@ include: + - profile.proxy.haproxy - profile.proxy.haproxy-scripts