mysql-formula/mysql
Imran Iqbal 7b309f8da2
fix(mac_shortcut.sh): fix shellcheck errors
```bash
In mysql/files/mac_shortcut.sh line 5:
if [[ -e "{{ home }}/{{ user }}/Desktop/{{ app }}" ]] && [[ "${1}" -eq "remove" ]]
                                                                       ^------^ SC2154: remove is referenced but not assigned.
In mysql/files/mac_shortcut.sh line 8:
elif [[ -e "{{ dir }}/{{ app ~ '.app' if suffix else app }}" ]] && [[ "${1}" -eq "add" ]]
                                                                                 ^---^ SC2154: add is referenced but not assigned.
```
2019-12-02 22:52:26 +00:00
..
files fix(mac_shortcut.sh): fix shellcheck errors 2019-12-02 22:52:26 +00:00
macos Only download archive if necessary 2019-01-27 20:17:46 +00:00
apparmor.sls Don't fail on missing mysql.config.apparmor 2018-12-12 14:46:17 +00:00
client.sls Introduce standardized mapping files 2018-06-24 14:37:18 +01:00
config.sls Make sure the config directory and files within are handled after install. 2018-11-14 17:42:48 +01:00
database.sls Handle empty/Null database_obj 2019-04-24 12:45:34 +02:00
defaults.yaml ci(yamllint): add rule empty-values & use new yaml-files setting 2019-09-14 23:25:34 +01:00
dev.sls Introduce standardized mapping files 2018-06-24 14:37:18 +01:00
disabled.sls Introduce standardized mapping files 2018-06-24 14:37:18 +01:00
init.sls fix init.sls extend 2018-12-09 00:34:58 +01:00
map.jinja feat(yamllint): include for this repo and apply rules throughout 2019-08-17 00:41:39 +01:00
osfamilymap.yaml ci(yamllint): add rule empty-values & use new yaml-files setting 2019-09-14 23:25:34 +01:00
osfingermap.yaml feat(yamllint): include for this repo and apply rules throughout 2019-08-17 00:41:39 +01:00
osmap.yaml feat(yamllint): include for this repo and apply rules throughout 2019-08-17 00:41:39 +01:00
python.sls Introduce standardized mapping files 2018-06-24 14:37:18 +01:00
remove_test_database.sls Make formula relative to actual directory by using 'tpldir' 2018-05-18 19:58:35 +02:00
repo.sls Fix typo in repo.sls 2019-08-13 12:17:22 +12:00
salt-user.sls feat(semantic-release): implement for this formula 2019-07-10 19:12:58 +01:00
server.sls fix(server.sls): fix salt-lint errors 2019-10-09 14:36:20 +01:00
server_checks.sls mysql.server_checks: enforce root password 2018-03-14 23:34:34 +01:00
supported_sections.yaml allow section galera to be configured 2016-08-28 14:47:25 +02:00
user.sls fix(user.sls): fix salt-lint errors 2019-10-09 14:36:20 +01:00