From 9111298511d89dc8a2383bdfc68ba5a22768705a Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Sat, 9 Mar 2024 21:50:47 -0700 Subject: [PATCH] quickstart: fix autoinstall indents --- doc/howto/autoinstall-quickstart-s390x.rst | 4 ++-- doc/howto/autoinstall-quickstart.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/howto/autoinstall-quickstart-s390x.rst b/doc/howto/autoinstall-quickstart-s390x.rst index d79c4dc50..301b48bc9 100644 --- a/doc/howto/autoinstall-quickstart-s390x.rst +++ b/doc/howto/autoinstall-quickstart-s390x.rst @@ -36,8 +36,8 @@ Create a cloud-init configuration: cat > user-data << 'EOF' #cloud-config autoinstall: - version: 1 - identity: + version: 1 + identity: hostname: ubuntu-server password: "$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0" username: ubuntu diff --git a/doc/howto/autoinstall-quickstart.rst b/doc/howto/autoinstall-quickstart.rst index b572374df..df532f5b9 100644 --- a/doc/howto/autoinstall-quickstart.rst +++ b/doc/howto/autoinstall-quickstart.rst @@ -40,8 +40,8 @@ Create a cloud-init configuration: cat > user-data << 'EOF' #cloud-config autoinstall: - version: 1 - identity: + version: 1 + identity: hostname: ubuntu-server password: "$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0" username: ubuntu