From 15c484668126c51cb3216fcb1848321799165581 Mon Sep 17 00:00:00 2001
From: "ak@geant.org" <ak@geant.org>
Date: Thu, 21 Dec 2023 15:44:42 +0000
Subject: [PATCH] remove snmp from base_config

it is now called from withing system/security/security.j2
---
 .../roles/base_config/templates/routers/nokia/base_config.j2     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2 b/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2
index bd2cd11b..bb04f77d 100644
--- a/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2
+++ b/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2
@@ -7,7 +7,6 @@
        {% include 'cards.j2' %}
        {% include 'connectors.j2' %}
        {% include 'ntp.j2' %}
-       {% include 'snmp.j2' %}
        {% include 'ip_prefix_list.j2' %}
        {% include 'filters/cpm_filters.j2' %}
        {% include 'syslog/syslog.j2' %}
-- 
GitLab