Skip to content

Commit 2d6bd69

Browse files
committed
chore: post rebase cleanup
1 parent a95f2b9 commit 2d6bd69

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ansible/files/permission_check.py

-11
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"backup": [{"groupname": "backup", "username": "backup"}],
4141
"list": [{"groupname": "list", "username": "list"}],
4242
"irc": [{"groupname": "irc", "username": "irc"}],
43-
"gnats": [{"groupname": "gnats", "username": "gnats"}],
4443
"nobody": [{"groupname": "nogroup", "username": "nobody"}],
4544
"systemd-network": [
4645
{"groupname": "systemd-network", "username": "systemd-network"}
@@ -148,15 +147,7 @@ def check_nixbld_users():
148147

149148
print("All nixbld users are in the 'nixbld' group.")
150149

151-
<<<<<<< HEAD
152-
=======
153-
# Define usernames for which you want to compare results
154-
<<<<<<< HEAD
155-
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"]
156-
>>>>>>> b4a0e8c8 (chore: in 24.04 legacy gnats no longer present in ubuntu)
157-
=======
158150
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"]
159-
>>>>>>> ec20fb3b (chore: permission check and restore kong original version)
160151

161152
def main():
162153
parser = argparse.ArgumentParser(
@@ -192,7 +183,6 @@ def main():
192183
"backup",
193184
"list",
194185
"irc",
195-
"gnats",
196186
"nobody",
197187
"systemd-network",
198188
"systemd-resolve",
@@ -209,7 +199,6 @@ def main():
209199
"adminapi",
210200
"postgrest",
211201
"tcpdump",
212-
"systemd-coredump",
213202
]
214203
if not qemu_artifact:
215204
usernames.append("ec2-instance-connect")

0 commit comments

Comments
 (0)