Skip to content

Commit

Permalink
quickstart: fix autoinstall indents
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Mar 10, 2024
1 parent fdf72cb commit 9111298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/howto/autoinstall-quickstart-s390x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/howto/autoinstall-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9111298

Please sign in to comment.