From bce6f5609cc88c8a798bd072e7226088aebf26b3 Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Mon, 18 Mar 2024 20:33:24 +0000 Subject: [PATCH] remove debug line --- templates/template.jinja | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/template.jinja b/templates/template.jinja index 426ad9b..0424488 100644 --- a/templates/template.jinja +++ b/templates/template.jinja @@ -47,16 +47,11 @@
sudo journalctl -S today -u kitchen-stove.service -u kitchen-bin.service -u kitchen-fridge.service -r -n

{{kitchen_services}}

- end0: - -s - addressq - ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}' -
uptime -s

{{ since_last_boot }}

{% if since_last_boot is defined %} - {% if days_since_last_boot|int > 15 %}This is unusual, we are used to ...{% else %}This is common, the + {% if days_since_last_boot|int > 14 %}This is unusual, we are used to ...{% else %}This is common, the fragility of these machines are more prominant than any cloud user expects. Partially because of scale, partially because a lot of labour that happen in datacenters just escapes us all when we want to just upload an image.{% endif %}