Skip to content

Commit 13b3cd5

Browse files
committed
chore: in 24.04 legacy gnats no longer present in ubuntu
1 parent dd01a09 commit 13b3cd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/files/permission_check.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ def check_nixbld_users():
152152

153153
print("All nixbld users are in the 'nixbld' group.")
154154

155+
<<<<<<< HEAD
156+
=======
157+
# Define usernames for which you want to compare results
158+
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"]
159+
>>>>>>> b4a0e8c8 (chore: in 24.04 legacy gnats no longer present in ubuntu)
155160

156161
def main():
157162
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)