Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.

Commit 94f70dd

Browse files
authored
Update data.yaml
1 parent c3a72c0 commit 94f70dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/users/data/data.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ groups:
77
nagios:
88
gid: 116
99
description: nagios
10-
members: [nagios]
10+
members: []
1111
privileges: ['ALL = (ALL) NOPASSWD: /usr/sbin/needrestart -p']
1212
botroots:
1313
gid: 2001
@@ -17,7 +17,7 @@ groups:
1717
botadmins:
1818
gid: 2002
1919
description: Shell on bots2002, rights will expand soon.
20-
members: [chrs]
20+
members: []
2121
privileges: ['ALL = (sopel) NOPASSWD: ALL',
2222
'ALL = (relays) NOPASSWD: ALL',
2323
'ALL = (streambot) NOPASSWD: ALL',
@@ -26,7 +26,7 @@ groups:
2626
toolsadmins:
2727
gid: 2003
2828
description: Access to do basic stuff on tools2002
29-
members: [chrs]
29+
members: []
3030
privileges: ['ALL = (ALL) NOPASSWD: /usr/sbin/service *',
3131
'ALL = (ALL) NOPASSWD: /var/phabricator/bin/*',
3232
'ALL = (ALL) NOPASSWD: /usr/bin/puppet *',
@@ -110,14 +110,14 @@ users:
110110
ssh_keys: [ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKoaoGwuX2cx0FYeOybU5Q/VcHoOouRq0lbXDdNzqiOw peer@globaL-CURVE-2020]
111111

112112
chrs:
113-
ensure: present
113+
ensure: absent
114114
uid: 1010
115115
name: Chrs
116116
realname: Chrs
117117
ssh_keys: [ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMYj9RifGtR0ucKRZP4T29WI/QXhNEiwJZ2tXK79a3a+]
118118

119119
nagios:
120-
ensure: present
120+
ensure: absent
121121
uid: 109
122122
name: nagios
123123
realname: nagios

0 commit comments

Comments
 (0)