puppet: Stop creating a /home/zulip/logs.

This was last really used in d7a3570c7e, in 2013, when it was
`/home/humbug/logs`.

Repoint the one obscure piece of tooling that writes there, and remove
the places that created it.
This commit is contained in:
Alex Vandiver
2023-01-26 21:14:39 +00:00
committed by Tim Abbott
parent 7f2514b316
commit 372bba4a8e
3 changed files with 1 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ if args.remote_url:
remote_url = args.remote_url
os.makedirs(DEPLOYMENTS_DIR, exist_ok=True)
os.makedirs("/home/zulip/logs", exist_ok=True)
error_rerun_script = f"{DEPLOYMENTS_DIR}/current/scripts/upgrade-zulip-from-git {refname}"
get_deployment_lock(error_rerun_script)