File tree 5 files changed +19
-20
lines changed
5 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ rubocop:
146
146
# default-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
147
147
default-debian-11-master-py3 : {extends: '.test_instance'}
148
148
default-debian-10-master-py3 : {extends: '.test_instance'}
149
- default-debian-9-master-py3 : {extends: '.test_instance'}
150
149
default-ubuntu-2204-master-py3 : {extends: '.test_instance_failure_permitted'}
151
150
default-ubuntu-2004-master-py3 : {extends: '.test_instance'}
152
151
default-ubuntu-1804-master-py3 : {extends: '.test_instance'}
Original file line number Diff line number Diff line change @@ -30,30 +30,30 @@ repos:
30
30
additional_dependencies :
['@commitlint/[email protected] ']
31
31
always_run : true
32
32
- repo : https://github.com/rubocop-hq/rubocop
33
- rev : v1.30.1
33
+ rev : v1.56.4
34
34
hooks :
35
35
- id : rubocop
36
36
name : Check Ruby files with rubocop
37
37
args : [--debug]
38
38
always_run : true
39
39
pass_filenames : false
40
40
- repo : https://github.com/shellcheck-py/shellcheck-py
41
- rev : v0.8 .0.4
41
+ rev : v0.9 .0.6
42
42
hooks :
43
43
- id : shellcheck
44
44
name : Check shell scripts with shellcheck
45
45
files : ^.*\.(sh|bash|ksh)$
46
46
types : []
47
47
- repo : https://github.com/adrienverge/yamllint
48
- rev : v1.26.3
48
+ rev : v1.32.0
49
49
hooks :
50
50
- id : yamllint
51
51
name : Check YAML syntax with yamllint
52
52
args : [--strict, '.']
53
53
always_run : true
54
54
pass_filenames : false
55
55
- repo : https://github.com/warpnet/salt-lint
56
- rev : v0.8.0
56
+ rev : v0.9.2
57
57
hooks :
58
58
- id : salt-lint
59
59
name : Check Salt files using salt-lint
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ mysql_server_config:
20
20
- source: salt:// {{ tpldir }}/ files/ server.cnf
21
21
{%- if os_family in [' Debian' , ' Gentoo' , ' RedHat' ] % }
22
22
- context:
23
- tpldir: {{ tpldir }}
23
+ tpldir: {{ tpldir }}
24
24
- user: root
25
25
- group: root
26
26
- mode: 644
@@ -37,7 +37,7 @@ mysql_galera_config:
37
37
- source: salt:// {{ tpldir }}/ files/ galera.cnf
38
38
{%- if os_family in [' Debian' , ' Gentoo' , ' RedHat' ] % }
39
39
- context:
40
- tpldir: {{ tpldir }}
40
+ tpldir: {{ tpldir }}
41
41
- user: root
42
42
- group: root
43
43
- mode: 644
@@ -54,7 +54,7 @@ mysql_library_config:
54
54
- source: salt:// {{ tpldir }}/ files/ client.cnf
55
55
{%- if os_family in [' Debian' , ' Gentoo' , ' RedHat' ] % }
56
56
- context:
57
- tpldir: {{ tpldir }}
57
+ tpldir: {{ tpldir }}
58
58
- user: root
59
59
- group: root
60
60
- mode: 644
@@ -71,7 +71,7 @@ mysql_clients_config:
71
71
- source: salt:// {{ tpldir }}/ files/ mysql- clients.cnf
72
72
{%- if os_family in [' Debian' , ' Gentoo' , ' RedHat' ] % }
73
73
- context:
74
- tpldir: {{ tpldir }}
74
+ tpldir: {{ tpldir }}
75
75
- user: root
76
76
- group: root
77
77
- mode: 644
@@ -92,7 +92,7 @@ mysql_config:
92
92
- source: salt:// {{ tpldir }}/ files/ my.cnf
93
93
{%- endif % }
94
94
- context:
95
- tpldir: {{ tpldir }}
95
+ tpldir: {{ tpldir }}
96
96
{%- if os_family in [' Debian' , ' Gentoo' , ' RedHat' ] % }
97
97
- user: root
98
98
- group: root
Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ mysql-macos-{{ product }}-desktop-shortcut-add:
81
81
- mode : 755
82
82
- template : jinja
83
83
- context :
84
- user : {{ mysql.macos.user }}
85
- home : {{ mysql.macos.userhomes }}
86
- app : {{ data.app }}
87
- dir : {{ '/Applications' if "isapp" in data and data.isapp else dl.prefix ~ '/' ~ archivename ~ '/bin' }}
88
- suffix : {{ '.app' if "isapp" in data and data.isapp else '' }}
84
+ user : {{ mysql.macos.user }}
85
+ home : {{ mysql.macos.userhomes }}
86
+ app : {{ data.app }}
87
+ dir : {{ '/Applications' if "isapp" in data and data.isapp else dl.prefix ~ '/' ~ archivename ~ '/bin' }}
88
+ suffix : {{ '.app' if "isapp" in data and data.isapp else '' }}
89
89
cmd.run :
90
90
- name : /tmp/mac_shortcut.sh add
91
91
- runas : {{ mysql.macos.user }}
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ mysql-macos-{{ product }}-desktop-shortcut-remove:
19
19
- mode : 755
20
20
- template : jinja
21
21
- context :
22
- user : {{ mysql.macos.user }}
23
- home : {{ mysql.macos.userhomes }}
24
- app : {{ data.app }}
25
- dir : {{ '/Applications' if "isapp" in data and data.isapp else dl.prefix ~ '/' ~ archivename ~ '/bin' }}
26
- suffix : {{ '.app' if "isapp" in data and data.isapp else '' }}
22
+ user : {{ mysql.macos.user }}
23
+ home : {{ mysql.macos.userhomes }}
24
+ app : {{ data.app }}
25
+ dir : {{ '/Applications' if "isapp" in data and data.isapp else dl.prefix ~ '/' ~ archivename ~ '/bin' }}
26
+ suffix : {{ '.app' if "isapp" in data and data.isapp else '' }}
27
27
cmd.run :
28
28
- name : /tmp/mac_shortcut.sh remove
29
29
- runas : {{ mysql.macos.user }}
You can’t perform that action at this time.
0 commit comments