Skip to content

Commit 39854bb

Browse files
committed
Fix #15
Remove comment generation in /etc/target/saveconfig.json for Suse OS
1 parent dacc0e6 commit 39854bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iscsi/man5.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- if data and component and provider -%}
2-
{%- if grains.os_family not in ('RedHat',) -%}
2+
{%- if grains.os_family not in ('RedHat','Suse',) -%}
33
{#- see https://github.com/instabot-py/instabot.py/issues/438 -#}
44
#############################################################
55
# File managed by Salt. Changes risk being overwritten.

0 commit comments

Comments
 (0)