Displaying 1 result from an estimated 1 matches for "libcmax".
Did you mean:
libcmap
2008 Jul 02
12
Module interaction and dependencies in Puppet (SNMP in particular)
....
So, my base snmpd.conf.erb file looks something like:
# Contact details, location details
syscontact <%= snmp_syscontact %>
syslocation <%= snmp_syslocation %>
HP managed (currently a class, should become a module) means I need to
add stuff like:
dlmod cmaX /usr/lib<%= arch %>/libcmaX<%= arch %>.so
<% if rwcommunities.length > 0 %> <%% Only parse if we have ips %>
# Read/write communities
<% rwcommunities.each do |community, ip| %>
<% if ip.is_array %> <%% One community, many IPs %>
&...