feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
2013-08-19 10:03:59 -05:00
|
|
|
mysql:
|
2015-10-02 17:37:39 +02:00
|
|
|
global:
|
|
|
|
client-server:
|
|
|
|
default_character_set: utf8
|
|
|
|
|
|
|
|
clients:
|
|
|
|
mysql:
|
|
|
|
default_character_set: utf8
|
|
|
|
mysqldump:
|
|
|
|
default_character_set: utf8
|
|
|
|
|
|
|
|
library:
|
|
|
|
client:
|
|
|
|
default_character_set: utf8
|
|
|
|
|
2013-08-19 10:03:59 -05:00
|
|
|
server:
|
2015-05-18 10:49:17 -04:00
|
|
|
# Use this account for database admin (defaults to root)
|
|
|
|
root_user: 'admin'
|
2015-06-24 13:18:30 -04:00
|
|
|
# root_password: '' - to have root@localhost without password
|
2014-05-15 16:40:02 -04:00
|
|
|
root_password: 'somepass'
|
2015-10-08 12:06:25 +02:00
|
|
|
root_password_hash: '*13883BDDBE566ECECC0501CDE9B293303116521A'
|
2013-08-19 10:03:59 -05:00
|
|
|
user: mysql
|
2015-04-15 19:06:07 +02:00
|
|
|
# If you only manage the dbs and users and the server is on
|
|
|
|
# another host
|
|
|
|
host: 123.123.123.123
|
2015-10-05 21:44:20 +02:00
|
|
|
# my.cnf sections changes
|
2014-09-29 00:08:11 +09:00
|
|
|
mysqld:
|
2014-12-12 10:05:39 +08:00
|
|
|
# you can use either underscore or hyphen in param names
|
2014-09-29 00:08:11 +09:00
|
|
|
bind-address: 0.0.0.0
|
2014-12-12 10:05:39 +08:00
|
|
|
log_bin: /var/log/mysql/mysql-bin.log
|
2016-10-09 18:25:43 +00:00
|
|
|
datadir: /var/lib/mysql
|
2014-09-29 00:08:11 +09:00
|
|
|
port: 3307
|
2014-12-12 10:05:39 +08:00
|
|
|
binlog_do_db: foo
|
2014-09-29 00:08:11 +09:00
|
|
|
auto_increment_increment: 5
|
2016-10-02 13:41:10 +03:00
|
|
|
binlog-ignore-db:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
- mysql
|
|
|
|
- sys
|
|
|
|
- information_schema
|
|
|
|
- performance_schema
|
2020-11-30 16:49:02 +00:00
|
|
|
explicit_defaults_for_timestamp: 1 # strict ansi supports sane defaults
|
2014-09-29 00:08:11 +09:00
|
|
|
mysql:
|
|
|
|
# my.cnf param that not require value
|
|
|
|
no-auto-rehash: noarg_present
|
2013-08-16 15:26:39 -06:00
|
|
|
|
2015-10-08 12:06:25 +02:00
|
|
|
salt_user:
|
|
|
|
salt_user_name: 'salt'
|
|
|
|
salt_user_password: 'someotherpass'
|
|
|
|
grants:
|
|
|
|
- 'all privileges'
|
|
|
|
|
2018-12-12 22:27:12 +00:00
|
|
|
# Manage config
|
|
|
|
config:
|
|
|
|
file: ~/.my.cnf
|
|
|
|
sections:
|
|
|
|
client:
|
|
|
|
port: 33306
|
|
|
|
socket: /var/lib/mysql-socket/mysql.sock
|
|
|
|
mysqld_safe:
|
|
|
|
plugin-dir: '~/mysql/plugins'
|
|
|
|
mysqld:
|
|
|
|
user: myself
|
|
|
|
port: 33306
|
|
|
|
datadir: ~/mysql/datadir
|
|
|
|
apparmor:
|
|
|
|
dir: /etc/apparmor.d/local
|
|
|
|
file: usr.sbin.mysqld
|
|
|
|
|
2014-05-12 11:47:51 -04:00
|
|
|
# Manage databases
|
|
|
|
database:
|
2018-02-02 11:51:32 -02:00
|
|
|
# Simple definition using default charset and collate
|
2014-05-12 11:47:51 -04:00
|
|
|
- foo
|
2018-02-02 11:51:32 -02:00
|
|
|
# Detailed definition
|
|
|
|
- name: bar
|
|
|
|
character_set: utf8
|
|
|
|
collate: utf8_general_ci
|
2019-04-09 23:59:44 +02:00
|
|
|
# Delete DB
|
|
|
|
- name: obsolete_db
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
present: false
|
2014-07-26 23:48:56 -07:00
|
|
|
schema:
|
|
|
|
foo:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
load: true
|
2018-05-18 13:40:36 +02:00
|
|
|
source: salt://{{ tpldir }}/files/foo.schema
|
2014-07-26 23:48:56 -07:00
|
|
|
bar:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
load: false
|
2015-03-18 12:45:24 -07:00
|
|
|
baz:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
load: true
|
2018-05-18 13:40:36 +02:00
|
|
|
source: salt://{{ tpldir }}/files/baz.schema.tmpl
|
2015-03-18 12:45:24 -07:00
|
|
|
template: jinja
|
2016-09-11 06:25:16 -04:00
|
|
|
qux:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
load: true
|
2018-05-18 13:40:36 +02:00
|
|
|
source: salt://{{ tpldir }}/files/qux.schema.tmpl
|
2016-09-11 06:25:16 -04:00
|
|
|
template: jinja
|
|
|
|
context:
|
|
|
|
encabulator: Turbo
|
|
|
|
girdlespring: differential
|
|
|
|
quux:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
load: true
|
2018-05-18 13:40:36 +02:00
|
|
|
source: salt://{{ tpldir }}/files/qux.schema.tmpl
|
2016-09-11 06:25:16 -04:00
|
|
|
template: jinja
|
|
|
|
context:
|
|
|
|
encabulator: Retro
|
|
|
|
girdlespring: integral
|
2014-05-12 11:47:51 -04:00
|
|
|
|
2014-05-12 12:24:16 -04:00
|
|
|
# Manage users
|
2016-01-28 12:53:26 +01:00
|
|
|
# you can get pillar for existing server using scripts/import_users.py script
|
2014-05-12 12:24:16 -04:00
|
|
|
user:
|
2014-11-02 00:24:55 -04:00
|
|
|
frank:
|
2014-05-15 16:40:02 -04:00
|
|
|
password: 'somepass'
|
2014-05-12 12:24:16 -04:00
|
|
|
host: localhost
|
|
|
|
databases:
|
|
|
|
- database: foo
|
|
|
|
grants: ['select', 'insert', 'update']
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
escape: true
|
2014-05-12 12:24:16 -04:00
|
|
|
- database: bar
|
|
|
|
grants: ['all privileges']
|
2014-11-02 00:24:55 -04:00
|
|
|
bob:
|
2014-05-15 16:40:02 -04:00
|
|
|
password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4'
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
host: '%' # Any host
|
|
|
|
ssl: true
|
|
|
|
ssl-X509: true
|
2016-08-16 14:19:53 +02:00
|
|
|
ssl-SUBJECT: Subject
|
|
|
|
ssl-ISSUER: Name
|
|
|
|
ssl-CIPHER: Cipher
|
2014-05-12 12:24:16 -04:00
|
|
|
databases:
|
2018-12-18 22:35:51 +00:00
|
|
|
# https://github.com/saltstack/salt/issues/41178
|
|
|
|
# If you want to refer to databases using wildcards, turn off escape so
|
|
|
|
# the renderer does not escape them, enclose the string in '`' and
|
|
|
|
# use two '%'
|
|
|
|
- database: '`foo\_%%`'
|
2014-05-12 12:24:16 -04:00
|
|
|
grants: ['all privileges']
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
grant_option: true
|
|
|
|
escape: false
|
2014-05-12 12:24:16 -04:00
|
|
|
- database: bar
|
2014-09-29 00:08:11 +09:00
|
|
|
table: foobar
|
2014-05-12 12:24:16 -04:00
|
|
|
grants: ['select', 'insert', 'update', 'delete']
|
2020-07-10 17:12:24 +02:00
|
|
|
|
|
|
|
# User 'alice' will be allowed to connect to the server without password
|
|
|
|
# as long as she has access to the unix socket.
|
|
|
|
# This option forces allow_passwordless to be set to True
|
|
|
|
alice:
|
|
|
|
host: 'localhost'
|
|
|
|
unix_socket: true
|
2014-11-02 00:24:55 -04:00
|
|
|
nopassuser:
|
2014-08-07 19:24:59 +03:00
|
|
|
password: ~
|
|
|
|
host: localhost
|
|
|
|
databases: []
|
2016-03-17 11:53:32 +01:00
|
|
|
application:
|
|
|
|
password: 'somepass'
|
|
|
|
mine_hosts:
|
|
|
|
target: "G@role:database and *.example.com"
|
|
|
|
function: "network.get_hostname"
|
|
|
|
expr_form: compound
|
|
|
|
databases:
|
|
|
|
- database: foo
|
|
|
|
grants: ['select', 'insert', 'update']
|
2014-05-12 12:24:16 -04:00
|
|
|
|
2019-04-09 22:54:36 +02:00
|
|
|
# Remove a user
|
|
|
|
obsoleteuser:
|
|
|
|
host: localhost
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
# defaults to true
|
|
|
|
present: false
|
2019-04-09 22:54:36 +02:00
|
|
|
|
2013-09-03 13:34:10 -06:00
|
|
|
# Override any names defined in map.jinja
|
2018-11-01 16:19:46 -06:00
|
|
|
# serverpkg: mysql-server
|
|
|
|
# clientpkg: mysql-client
|
|
|
|
# service: mysql
|
|
|
|
# pythonpkg: python-mysqldb
|
|
|
|
# devpkg: mysql-devel
|
|
|
|
# debconf_utils: debconf-utils
|
2014-12-12 09:20:09 +11:00
|
|
|
|
|
|
|
# Install MySQL headers
|
|
|
|
dev:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
# Install dev package - defaults to false
|
|
|
|
install: false
|
2015-03-10 07:40:19 +11:00
|
|
|
|
2018-10-01 16:35:13 +01:00
|
|
|
macos:
|
|
|
|
products:
|
|
|
|
community_server:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: true # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-8.0.11-macos10.13-x86_64.dmg
|
|
|
|
sum: 'md5=602a84390ecf3d82025b1d99fc594124'
|
|
|
|
workbench:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: true # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-workbench-community-8.0.11-rc-macos-x86_64.dmg
|
|
|
|
sum: 'md5=37c5ae5bd75a4e1804ae6e0127d68611'
|
|
|
|
cluster:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-cluster-gpl-7.6.6-macos10.13-x86_64.dmg
|
|
|
|
sum: 'md5=0df975908e7d8e4e8c1003d95edf4721'
|
|
|
|
router:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-router-8.0.11-macos10.13-x86-64bit.dmg
|
|
|
|
sum: 'md5=8dd536f2f223933ecbfb8b19e54ee2f6'
|
|
|
|
utilities:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-utilities-1.6.5-macos10.12.dmg
|
|
|
|
sum: 'md5=4c8e75bb217b8293dcdeb915b649c2c8'
|
|
|
|
shell:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-shell-8.0.11-macos10.13-x86-64bit.dmg
|
|
|
|
sum: 'md5=43db4f0fc39f88c1d7be4a4f52cec363'
|
|
|
|
proxy:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-proxy-0.8.5-osx10.7-x86-32bit.tar.gz
|
|
|
|
sum: 'md5=107df22412aa8c483d2021e1af24ee22'
|
2019-08-08 15:36:34 +01:00
|
|
|
connector:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-connector-nodejs-8.0.11.tar.gz
|
|
|
|
sum: 'md5=dece7fe5607918ba68499ef07c31508d'
|
|
|
|
forvisualstudio:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-for-visualstudio-2.0.4-src.zip
|
|
|
|
sum: 'md5=fcf39316505ee2921e31a431eae77a9c'
|
|
|
|
forexcel:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-for-excel-1.3.6-src.zip
|
|
|
|
sum: 'md5=2cc8b65eb72a1b07a6e4e2665e2a29e3'
|
|
|
|
notifier:
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix (or ignore) errors shown below:
```bash
mysql-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./mysql/osfamilymap.yaml
4:1 warning missing document start "---" (document-start)
5:6 error syntax error: found character '%' that cannot start any token
94:17 error trailing spaces (trailing-spaces)
191:89 error line too long (90 > 88 characters) (line-length)
./mysql/defaults.yaml
3:1 warning missing document start "---" (document-start)
7:4 error syntax error: found character '%' that cannot start any token
44:89 error line too long (93 > 88 characters) (line-length)
51:89 error line too long (111 > 88 characters) (line-length)
58:89 error line too long (104 > 88 characters) (line-length)
65:89 error line too long (103 > 88 characters) (line-length)
71:89 error line too long (95 > 88 characters) (line-length)
77:89 error line too long (102 > 88 characters) (line-length)
83:89 error line too long (101 > 88 characters) (line-length)
86:89 error line too long (95 > 88 characters) (line-length)
90:89 error line too long (95 > 88 characters) (line-length)
./mysql/supported_sections.yaml
2:2 error syntax error: found character '%' that cannot start any token
./mysql/osmap.yaml
4:4 error syntax error: found character '%' that cannot start any token
7:89 error line too long (96 > 88 characters) (line-length)
8:89 error line too long (97 > 88 characters) (line-length)
pillar.example
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
83:13 warning truthy value should be one of [false, true] (truthy)
85:13 warning truthy value should be one of [false, true] (truthy)
89:13 warning truthy value should be one of [false, true] (truthy)
96:13 warning truthy value should be one of [false, true] (truthy)
112:19 warning truthy value should be one of [false, true] (truthy)
117:17 warning too few spaces before comment (comments)
118:12 warning truthy value should be one of [false, true] (truthy)
119:17 warning truthy value should be one of [false, true] (truthy)
130:25 warning truthy value should be one of [false, true] (truthy)
131:19 warning truthy value should be one of [false, true] (truthy)
153:16 warning truthy value should be one of [false, true] (truthy)
166:14 warning truthy value should be one of [false, true] (truthy)
171:18 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (93 > 88 characters) (line-length)
175:18 warning truthy value should be one of [false, true] (truthy)
176:89 error line too long (111 > 88 characters) (line-length)
179:18 warning truthy value should be one of [false, true] (truthy)
179:26 warning missing starting space in comment (comments)
180:89 error line too long (104 > 88 characters) (line-length)
183:18 warning truthy value should be one of [false, true] (truthy)
183:26 warning missing starting space in comment (comments)
184:89 error line too long (103 > 88 characters) (line-length)
187:18 warning truthy value should be one of [false, true] (truthy)
187:26 warning missing starting space in comment (comments)
188:89 error line too long (95 > 88 characters) (line-length)
191:18 warning truthy value should be one of [false, true] (truthy)
191:26 warning missing starting space in comment (comments)
192:89 error line too long (102 > 88 characters) (line-length)
195:18 warning truthy value should be one of [false, true] (truthy)
195:26 warning missing starting space in comment (comments)
196:89 error line too long (101 > 88 characters) (line-length)
199:18 warning truthy value should be one of [false, true] (truthy)
199:26 warning missing starting space in comment (comments)
200:89 error line too long (95 > 88 characters) (line-length)
203:18 warning truthy value should be one of [false, true] (truthy)
203:26 warning missing starting space in comment (comments)
204:89 error line too long (95 > 88 characters) (line-length)
207:18 warning truthy value should be one of [false, true] (truthy)
207:26 warning missing starting space in comment (comments)
211:18 warning truthy value should be one of [false, true] (truthy)
211:26 warning missing starting space in comment (comments)
214:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/mysql.sls
1:1 warning missing document start "---" (document-start)
36:8 error wrong indentation: expected 8 but found 7 (indentation)
77:16 warning truthy value should be one of [false, true] (truthy)
80:13 warning truthy value should be one of [false, true] (truthy)
82:13 warning truthy value should be one of [false, true] (truthy)
84:13 warning truthy value should be one of [false, true] (truthy)
88:13 warning truthy value should be one of [false, true] (truthy)
95:13 warning truthy value should be one of [false, true] (truthy)
111:19 warning truthy value should be one of [false, true] (truthy)
152:16 warning truthy value should be one of [false, true] (truthy)
165:14 warning truthy value should be one of [false, true] (truthy)
170:18 warning truthy value should be one of [false, true] (truthy)
171:89 error line too long (93 > 88 characters) (line-length)
174:18 warning truthy value should be one of [false, true] (truthy)
175:89 error line too long (111 > 88 characters) (line-length)
178:18 warning truthy value should be one of [false, true] (truthy)
178:26 warning missing starting space in comment (comments)
179:89 error line too long (104 > 88 characters) (line-length)
182:18 warning truthy value should be one of [false, true] (truthy)
182:26 warning missing starting space in comment (comments)
183:89 error line too long (103 > 88 characters) (line-length)
186:18 warning truthy value should be one of [false, true] (truthy)
186:26 warning missing starting space in comment (comments)
187:89 error line too long (95 > 88 characters) (line-length)
190:18 warning truthy value should be one of [false, true] (truthy)
190:26 warning missing starting space in comment (comments)
191:89 error line too long (102 > 88 characters) (line-length)
194:18 warning truthy value should be one of [false, true] (truthy)
194:26 warning missing starting space in comment (comments)
195:89 error line too long (101 > 88 characters) (line-length)
198:18 warning truthy value should be one of [false, true] (truthy)
198:26 warning missing starting space in comment (comments)
199:89 error line too long (95 > 88 characters) (line-length)
202:18 warning truthy value should be one of [false, true] (truthy)
202:26 warning missing starting space in comment (comments)
203:89 error line too long (95 > 88 characters) (line-length)
206:18 warning truthy value should be one of [false, true] (truthy)
206:26 warning missing starting space in comment (comments)
210:18 warning truthy value should be one of [false, true] (truthy)
210:26 warning missing starting space in comment (comments)
213:1 error too many blank lines (1 > 0) (empty-lines)
```
2019-08-06 20:54:25 +01:00
|
|
|
enabled: false # default
|
|
|
|
# yamllint disable-line rule:line-length
|
2018-10-01 16:35:13 +01:00
|
|
|
url: https://downloads.mysql.com/archives/get/file/mysql-notifier-1.1.6-src.zip
|
|
|
|
sum: 'md5=349f1994681763fd6626a8ddf6be5363'
|