saltstack-formulas / samba-formula

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

Suse: pillar.example SLS rendering error line 30 #25

Closed noelmcloughlin closed 7 years ago

noelmcloughlin commented 7 years ago

Testing this branch with pillars derived from pillar.example threw SLS rendering.

Log: pillar_example_rendering_error.txt

CRITICAL:Suse: Rendering SLS 'samba' failed, render error: found character '@' that cannot start any token: line 30

valid users: @sharegroup   '<================='

Fixed with single-quotes: pillar_example_rendering_fixed.txt

valid users: '@sharegroup'

The pillar.example should be updated accordingly.