Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #131 from wasabi222/patch-2
Browse files Browse the repository at this point in the history
add endif to fix jinja
  • Loading branch information
mirceaulinic authored Jul 12, 2017
2 parents b922ecb + b3676fa commit 3b2cb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions napalm_iosxr/templates/delete_users.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{%- for user_name, user_details in users.iteritems() %}
{%- if user_details %}
username {{user_name}}
{%- endif %}
{%- if user_details.get('password') %}
no password
{%- endif %}
Expand Down

0 comments on commit 3b2cb45

Please sign in to comment.