formula code
diff --git a/rsyslog/common.sls b/rsyslog/common.sls
index 1f47c7d..2399735 100644
--- a/rsyslog/common.sls
+++ b/rsyslog/common.sls
@@ -1,8 +1,10 @@
-{%- from "rsyslog/map.jinja" import common with context %}
+{%- from "rsyslog/map.jinja" import client,server with context %}
+
+{%- if server.enabled %}
rsyslog_packages:
pkg.latest:
- - names: {{ common.pkgs }}
+ - names: {{ server.pkgs }}
/etc/rsyslog/rsyslog.conf:
file.managed:
@@ -21,3 +23,4 @@
- file: /etc/rsyslog/rsyslog.conf
{%- endif %}
+