blob: ee4e7265478e8688e02b3f25444915c1e5f9c60a (
plain)
1
2
3
4
|
#!/usr/bin/env sh
# This rewrites top-files to fetch roles from grains instead of our custom roles API. Useful for testing outside of the LibertaCasa infrastructure, but not recommended for production.
sed -i "s/salt\['http.query'\].*/grains\['roles'\] -%}/" */top.sls
|