saltstack-formulas / sudoers-formula

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

Remove dashes from variables. #36

Closed abednarik closed 7 years ago

abednarik commented 7 years ago

Dashes causes some weird issues while rendering jinja templates.

abednarik commented 7 years ago

Before doing this change, we get this error

Jinja variable 'dict object' has no attribute 'config'

looks like instead of doing the lookup against config-path is trying to find config.

aboe76 commented 7 years ago

thanks for this fix