File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 39
39
" 8"
40
40
]
41
41
},
42
+ {
43
+ "operatingsystem" : " CentOS" ,
44
+ "operatingsystemrelease" : [
45
+ " 8" ,
46
+ " 9"
47
+ ]
48
+ },
42
49
{
43
50
"operatingsystem" : " Gentoo" ,
44
51
"operatingsystemrelease" : [
Original file line number Diff line number Diff line change 28
28
client_packages = %w[ nfs-common nfs4-acl-tools rpcbind ]
29
29
30
30
when 'RedHat'
31
- case fact ( 'os.release.major' )
32
- when '6'
31
+ case fact ( 'os.release.major' ) . to_i
32
+ when 6
33
33
# server_service = 'nfs'
34
34
server_servicehelpers = %w[ rpcidmapd rpcbind ]
35
35
client_services = %w[ rpcbind ]
36
- when '7'
36
+ when 7
37
37
# server_service = 'nfs-server.service'
38
38
server_servicehelpers = %w[ nfs-idmap.service ]
39
39
client_services = %w[ rpcbind.service rpcbind.socket ]
40
+ else
41
+ server_servicehelpers = %w[ nfs-idmapd.service ]
42
+ client_services = %w[ rpcbind.service rpcbind.socket ]
40
43
end
41
44
server_packages = %w[ nfs-utils nfs4-acl-tools rpcbind ]
42
45
client_packages = %w[ nfs-utils nfs4-acl-tools rpcbind ]
You can’t perform that action at this time.
0 commit comments