feat(aa): support multiple comments.
This commit is contained in:
parent
1da0073120
commit
e93c1bf4d8
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
{{- define "comment" -}}
|
{{- define "comment" -}}
|
||||||
|
{{- if or .FileInherit .NoNewPrivs -}}
|
||||||
|
{{- " #" -}}
|
||||||
|
{{- end -}}
|
||||||
{{- if .FileInherit -}}
|
{{- if .FileInherit -}}
|
||||||
{{- " # file_inherit" -}}
|
{{- " file_inherit" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if .NoNewPrivs -}}
|
{{- if .NoNewPrivs -}}
|
||||||
{{- " # no new privs" -}}
|
{{- " no new privs" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue