saltstack-formulas / snmp-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
17 stars 49 forks source link

configdefault not available on RHEL family systems #27

Closed solomongifford closed 6 years ago

solomongifford commented 6 years ago

If you use the snmp.default role for RHEL systems you get:

Rendering SLS 'base:snmp.default' failed: Jinja variable 'dict object' has no attribute 'configdefault'

The following should be added to the map.jinja under Redhat: configdefault: /etc/sysconfig/snmpd

solomongifford commented 6 years ago

Ignore - this is a documentation issue and managed by the options, not default. Default should only be done on Debian family.