SHOW:
|
|
- or go back to the newest paste.
| 1 | {% for rocommunity in salt['pillar.get']('snmp:conf:rocommunities', '') %}
| |
| 2 | - | rocommunity {{ rocommunity }} {{ salt['pillar.get']('snmp:conf:rocommunities: '+ rocommunity + ':source', '') }}
|
| 2 | + | rocommunity {{ rocommunity }} {{ salt['pillar.get']('snmp:conf:rocommunities:' + rocommunity + ':source', '') }}
|
| 3 | {% endfor %} |