Skip to content

Commit 4f8e014

Browse files
Merge pull request #17 from juadk/comments_not_allowed_JSON
Fix #15 - Remove comments generation in JSON
2 parents bc7f7fe + 64646c8 commit 4f8e014

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

iscsi/man5.jinja

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{%- if data and component and provider -%}
2-
{%- if grains.os_family not in ('RedHat','Suse',) -%}
3-
{#- see https://github.com/instabot-py/instabot.py/issues/438 -#}
4-
#############################################################
5-
# File managed by Salt. Changes risk being overwritten.
6-
# Implements configuration for {{ data.man5.manpage }} {{ data.man5.vendor }}
7-
#############################################################
8-
{% endif -%}
92

103
{%- macro man5(outdict, format, spaces=0) -%}
114
{%- for key, value in outdict.items() -%}

0 commit comments

Comments
 (0)