Skip to content

Commit 2b841f5

Browse files
committed
Remove dimm user stuff.
1 parent bb83284 commit 2b841f5

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

hieradata/role/dimm.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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-
2812
nfs::client_enabled: true
2913
nfs::client_mounts:
3014
/dimm:

spec/hosts/roles/dimm_spec.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
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',

0 commit comments

Comments
 (0)