formating jinja crap
diff --git a/rsyslog/files/rsyslog.default.conf b/rsyslog/files/rsyslog.default.conf
index 90af5d8..b32e141 100644
--- a/rsyslog/files/rsyslog.default.conf
+++ b/rsyslog/files/rsyslog.default.conf
@@ -38,6 +38,7 @@
$template RSYSLOG_TraditionalFileFormat
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
{% endif -%}
+
{% for name,config in global.output.file.iteritems() -%}
{% if config.owner is defined -%}
$FileOwner {{ config['owner'] }}
@@ -53,11 +54,13 @@
{% endif -%}
{{ config['filter'] }} {% if config.sync == true %}-{% endif %}{{ name }}
{% endfor -%}
+
{% if global.output.console is defined -%}
{% for name,config in global.output.console.iteritems() -%}
{{ config['filter'] }} {{ config['action'] }}
{% endfor -%}
{% endif -%}
+
{% if global.output.remote is defined -%}
{% for name,config in global.output.remote.iteritems() -%}
{{ config['filter'] }} {{ config['action'] }}