From 85f3f98938405b90eda9d3c86103b2930fa2ba55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Mon, 2 Jun 2025 13:01:23 +0200 Subject: [PATCH] Add a minimal profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Schöchlin --- profiles/smoketest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/smoketest.yaml b/profiles/smoketest.yaml index bed5685..c355a56 100644 --- a/profiles/smoketest.yaml +++ b/profiles/smoketest.yaml @@ -17,3 +17,5 @@ cloud_init_extra_script: | pwd touch SMOKETEST env > SMOKETEST-env + echo wallabilla > /etc/hostname + hostname wallabilla