Make name optional
This commit is contained in:
@@ -29,7 +29,7 @@ update-policy {
|
|||||||
{{ policy.permission -}}
|
{{ policy.permission -}}
|
||||||
{{ ' ' + policy.identity -}}
|
{{ ' ' + policy.identity -}}
|
||||||
{{ ' ' + policy.ruletype -}}
|
{{ ' ' + policy.ruletype -}}
|
||||||
{{ ' ' + policy.name -}}
|
{{ ' ' + policy.name if policy.name is defined -}}
|
||||||
{{ ' ' + policy.types -}};
|
{{ ' ' + policy.types -}};
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfilter %}};
|
{% endfilter %}};
|
||||||
|
|||||||
Reference in New Issue
Block a user