mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-12-25 21:34:54 +01:00
Use the following command:
```
$ GREP_SED="^\(\s\+master_type: \)true" \
&& grep -rl "${GREP_SED}" test/integration/ \
| xargs sed -i -e "/${GREP_SED}/s//\1str/"
```