Skip to content

Commit d389737

Browse files
committed
typo
1 parent ceb46b7 commit d389737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/rsyslog/templates/sc_ruleset.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $RuleSet {{ item.name }}
55
if $programname == "{{ config.program }}"
66
{%- if 'contains' in config %} and $msg contains '{{ config.contains }}' {% endif -%}
77
{%- if 'startswith' in config %} and $msg startswith '{{ config.startswith }}' {% endif %}
8-
then { action(type="omfile" DynaFile="{{ app }}-{{ item.name }}" {{ rsyslog_dir_file_modes }}) stop }}
8+
then { action(type="omfile" DynaFile="{{ app }}-{{ item.name }}" {{ rsyslog_dir_file_modes }}) stop }
99
{% endfor %}
1010

1111
{% for stepupapp in stepupapps %}

0 commit comments

Comments
 (0)