From 3f7894bd46474a2489752b0d317cd23ca933bb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 30 Jul 2020 11:59:30 +0200 Subject: [PATCH] Run Chef again after upgrading centaurus to Ubuntu 20.04 Closes #195 --- nodes/centaurus.kosmos.org.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nodes/centaurus.kosmos.org.json b/nodes/centaurus.kosmos.org.json index 777e9cd..3fd6a8b 100644 --- a/nodes/centaurus.kosmos.org.json +++ b/nodes/centaurus.kosmos.org.json @@ -8,11 +8,12 @@ "automatic": { "fqdn": "centaurus.kosmos.org", "os": "linux", - "os_version": "4.15.0-101-generic", + "os_version": "5.4.0-42-generic", "hostname": "centaurus", "ipaddress": "78.46.59.98", "roles": [ "gitea", + "postgresql_client", "postgresql_replica" ], "recipes": [ @@ -30,6 +31,7 @@ "ntp::default", "ntp::apparmor", "kosmos-base::systemd_emails", + "apt::unattended-upgrades", "kosmos-base::firewall", "kosmos-postfix::default", "postfix::default", @@ -54,7 +56,7 @@ "build-essential::default" ], "platform": "ubuntu", - "platform_version": "18.04", + "platform_version": "20.04", "cloud": null, "chef_packages": { "ohai": {