File tree 2 files changed +2
-15
lines changed
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 49
49
{
50
50
"operatingsystem" : " Scientific" ,
51
51
"operatingsystemrelease" : [
52
- " 5" ,
53
52
" 6" ,
54
53
" 7"
55
54
]
64
63
{
65
64
"operatingsystem" : " Debian" ,
66
65
"operatingsystemrelease" : [
67
- " 7" ,
68
66
" 8" ,
69
67
" 9"
70
68
]
Original file line number Diff line number Diff line change 15
15
plugin_lib = 'auth_pam.so'
16
16
end
17
17
elsif 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}
31
20
# On Xenial running 5.7.12, the example plugin does not appear to be available.
32
21
plugin = 'validate_password'
33
22
plugin_lib = 'validate_password.so'
You can’t perform that action at this time.
0 commit comments