breakout tmpl from configgen; stage variations/platform feat
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
system {
|
||||
hostname {{ hostname }};
|
||||
location "{{ location }}";
|
||||
zone {{ zone }};
|
||||
users {
|
||||
{{ username }};
|
||||
/* 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user