master_type: str
Use the following command:
```
$ GREP_SED="^\(\s\+master_type: \)true" \
&& grep -rl "${GREP_SED}" test/integration/ \
| xargs sed -i -e "/${GREP_SED}/s//\1str/"
```
Description
Languages
SaltStack
56.5%
Ruby
16%
Jinja
15.3%
JavaScript
8.5%
Shell
3.7%