File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,22 +9,6 @@ packages:
99 - ' telnet'
1010 - ' ts_dimm_app-2.0-3.el9.x86_64'
1111
12- accounts::group_list :
13- dimm : &dimm_gid
14- gid : 79516
15-
16- accounts::user_list :
17- dimm :
18- << : *dimm_gid
19- uid : 79518
20- groups :
21- - ' dialout'
22- - ' users'
23- managehome : true
24- system : false
25- managevim : false
26- shell : " /sbin/nologin"
27-
2812nfs::client_enabled : true
2913nfs::client_mounts :
3014 /dimm :
Original file line number Diff line number Diff line change 2525 it { is_expected . to contain_package ( 'ts_dimm_app-2.0-3.el9.x86_64' ) }
2626 it { is_expected . to contain_package ( 'telnet' ) }
2727
28- it do
29- is_expected . to contain_accounts__user ( 'dimm' ) . with (
30- uid : '79518' ,
31- gid : '79516' ,
32- groups : %w[ dialout users ] ,
33- shell : '/sbin/nologin' ,
34- )
35- end
36-
3728 it do
3829 is_expected . to contain_nfs__client__mount ( '/dimm' ) . with (
3930 share : 'dimm' ,
You can’t perform that action at this time.
0 commit comments