system { /* location "{{ location }}" zone {{ zone }} */ host-name {{ hostname }}; system { login { {%- if init %} user bootstrap { uid 2000; class super-user; } {%- endif %} user {{ username }} { uid 2001; class super-user; } } } }