Fix hostname

netbox
Dan Ankers 2024-06-29 13:56:43 +01:00
parent 7f54dc2961
commit 64c62977bc
1 changed files with 1 additions and 1 deletions

View File

@ -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
}