aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2')
-rw-r--r--roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2 b/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
index ad04e59..66fbb89 100644
--- a/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
+++ b/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
@@ -5,6 +5,6 @@ sysServices 72
master agentx
-{% for user in snmp_v3_users %}
+{% for user in proxmox_snmp_v3_users %}
rouser {{ user.name }}
{% endfor %}