Correct rack in template
parent
4424eb2a12
commit
f0068a3b7e
|
|
@ -167,7 +167,7 @@ interfaces {
|
|||
|
||||
{% macro snmpsection(rack, config_context) %}
|
||||
snmp {
|
||||
location "Domicilium Datacentre RS02 {{ rack }}";
|
||||
location "Domicilium Datacentre {{ rack['name'] }}";
|
||||
contact "{{ config_context['snmp']['contact'] }}";
|
||||
community {{ config_context['snmp']['community'] }} {
|
||||
authorization read-only;
|
||||
|
|
|
|||
Loading…
Reference in New Issue