search for: mib_file

Displaying 1 result from an estimated 1 matches for "mib_file".

Did you mean: lib_file
2010 Sep 16
2
Accumulating values
...eetings I''m searching for an elegant way to contribute lines to an SNMP configuration file from resources scattered throughout a given system''s catalog, such that from anywhere, the SNMP configuration file can be arbitrarily extended like this: $snmp::lines += "proxy -m ${mib_file} -v 2c -c ${snmp_community} localhost:1161 .1.3.6.1.4.1.42.2.145" Forgive me if this is a solved and documented problem. Querying Dr. Google and the Puppet mailing list didn''t reveal answers to me. I''m not sure if virtual resources and stored configs appropriate, even though...