File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 4949 {
5050 "operatingsystem" : " Scientific" ,
5151 "operatingsystemrelease" : [
52- " 5" ,
5352 " 6" ,
5453 " 7"
5554 ]
6463 {
6564 "operatingsystem" : " Debian" ,
6665 "operatingsystemrelease" : [
67- " 7" ,
6866 " 8" ,
6967 " 9"
7068 ]
Original file line number Diff line number Diff line change 1515 plugin_lib = 'auth_pam.so'
1616 end
1717elsif fact ( 'osfamily' ) =~ %r{Debian}
18- if fact ( 'operatingsystem' ) =~ %r{Debian}
19- if fact ( 'operatingsystemrelease' ) =~ %r{^6\. }
20- # Only available plugin is innodb which is already loaded and not unload- or reload-able
21- plugin = nil
22- elsif fact ( 'operatingsystemrelease' ) =~ %r{^7\. }
23- plugin = 'example'
24- plugin_lib = 'ha_example.so'
25- end
26- elsif fact ( 'operatingsystem' ) =~ %r{Ubuntu}
27- if fact ( 'operatingsystemrelease' ) =~ %r{^10\. 04}
28- # Only available plugin is innodb which is already loaded and not unload- or reload-able
29- plugin = nil
30- elsif fact ( 'operatingsystemrelease' ) =~ %r{^16\. 04}
18+ if fact ( 'operatingsystem' ) =~ %r{Ubuntu}
19+ if fact ( 'operatingsystemrelease' ) =~ %r{^16\. 04}
3120 # On Xenial running 5.7.12, the example plugin does not appear to be available.
3221 plugin = 'validate_password'
3322 plugin_lib = 'validate_password.so'
You can’t perform that action at this time.
0 commit comments