Fix hostname
parent
7f54dc2961
commit
64c62977bc
|
|
@ -1,6 +1,6 @@
|
|||
{% macro systemsection(device,root_pw,users,syslog_servers,ntp_servers) %}
|
||||
system {
|
||||
host-name {{ device.hostname }};
|
||||
host-name {{ device.name }};
|
||||
root-authentication {
|
||||
encrypted-password "{{ root_pw }}"; ## Client Higher
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue