ukhas / habcloud-salt-states

HabCloud Salt States
0 stars 2 forks source link

Backups: filter cmd with yaml_encode next Salt release #11

Open adamgreig opened 9 years ago

adamgreig commented 9 years ago

In backups/macros.jinja we put cmd into the context but if it contains YAML special chars this might end in tears.

Ideally we could just {{ cmd|yaml_encode }} to fix the problem, but yaml_encode is not in current-stable Salt (2014.7). Add this next Salt release.

danielrichman commented 9 years ago

++ nginx/macros.jinja set_listen_addresses