Skip to content

Commit f3c5916

Browse files
authored
Merge branch 'main' into update-salt-repos
2 parents 5443c5f + 3902f39 commit f3c5916

File tree

5 files changed

+53
-4577
lines changed

5 files changed

+53
-4577
lines changed

pillar/base/bugs.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ bugs:
139139
rdbms__isolation_level: "read committed"
140140
logging__config: ""
141141
logging__filename: ""
142-
logging__level: "ERROR"
142+
logging__level: "WARNING"
143143
mail__domain: ""
144144
mail__host: "localhost"
145145
mail__username: ""

salt/docs/config/nginx.docs-redirects.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ location ~ ^/([a-z-]*/)?(3|3.5|3.6|3.7|3.8|3.9|3.10)/library/__builtin__.html$ {
130130
location ~ ^/([a-z-]*/)?(3|3.5|3.6|3.7|3.8|3.9|3.10)/library/_winreg.html$ {
131131
return 301 https://$host/$1$2/library/winreg.html;
132132
}
133-
location ~ ^/([a-z-]*/)?(3|3.12|3.13|3.14)/library/(asynchat|asyncore|smtpd).html$ {
134-
return 301 https://$host/$1$2/;
135-
}
136-
location ~ ^/([a-z-]*/)?(3|3.13|3.14)/library/(2to3|aifc|audioop|cgi|cgitb|chunk|crypt|imghdr|mailcap|msilib|nis|nntplib|ossaudiodev|pipes|sndhdr|spwd|sunau|telnetlib|tkinter.tix|uu|xdrlib).html$ {
133+
location ~ ^/([a-z-]*/)?(3|3.13|3.14)/library/(2to3|tkinter.tix).html$ {
137134
return 301 https://$host/$1$2/;
138135
}
139136

0 commit comments

Comments
 (0)