Skip to content

Commit bc7f7fe

Browse files
Merge pull request #16 from juadk/fixes
Fix #15
2 parents dacc0e6 + 39854bb commit bc7f7fe

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)