Skip to content

Commit dd7e228

Browse files
committed
chore: in 24.04 legacy gnats no longer present in ubuntu
1 parent a518871 commit dd7e228

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ansible/files/permission_check.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
"irc": [
7171
{"groupname":"irc","username":"irc"}
7272
],
73-
"gnats": [
74-
{"groupname":"gnats","username":"gnats"}
75-
],
7673
"nobody": [
7774
{"groupname":"nogroup","username":"nobody"}
7875
],
@@ -191,7 +188,7 @@ def check_nixbld_users():
191188
print("All nixbld users are in the 'nixbld' group.")
192189

193190
# Define usernames for which you want to compare results
194-
usernames = ["postgres", "ubuntu", "root", "daemon", "bin", "sys", "sync", "games","man","lp","mail","news","uucp","proxy","www-data","backup","list","irc","gnats","nobody","systemd-network","systemd-resolve","systemd-timesync","messagebus","ec2-instance-connect","sshd","wal-g","pgbouncer","gotrue","envoy","kong","nginx","vector","adminapi","postgrest","tcpdump","systemd-coredump"]
191+
usernames = ["postgres", "ubuntu", "root", "daemon", "bin", "sys", "sync", "games","man","lp","mail","news","uucp","proxy","www-data","backup","list","irc","nobody","systemd-network","systemd-resolve","systemd-timesync","messagebus","ec2-instance-connect","sshd","wal-g","pgbouncer","gotrue","envoy","kong","nginx","vector","adminapi","postgrest","tcpdump","systemd-coredump"]
195192

196193
# Iterate over usernames, run the query, and compare results
197194
for username in usernames:

0 commit comments

Comments
 (0)