From 2ac0a83b94af27ed19492f887eab2dd4a49ec25b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 2 May 2017 09:53:51 -0400 Subject: snmp: remove useless parameter for binding Binding is now done in THT via Hiera directly, so users can change the option more easily. Depends-On: Iccf0a8d35cc05d34272c078c97a5dddfb8e7d614 Change-Id: I9d5fd152bb73ea54c4d0d3bab862f11eaa4ebd79 Closes-Bug: #1687628 --- manifests/profile/base/snmp.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests/profile/base/snmp.pp') diff --git a/manifests/profile/base/snmp.pp b/manifests/profile/base/snmp.pp index 301ac9a..d12e34d 100644 --- a/manifests/profile/base/snmp.pp +++ b/manifests/profile/base/snmp.pp @@ -42,7 +42,6 @@ class tripleo::profile::base::snmp ( authpass => $snmpd_password, } class { '::snmp': - agentaddress => ['udp:161','udp6:[::1]:161'], snmpd_config => [ join(['createUser ', $snmpd_user, ' MD5 "', $snmpd_password, '"']), join(['rouser ', $snmpd_user]), 'proc cron', -- cgit 1.2.3-korg