Skip to content

Commit

Permalink
Merge pull request #1932 from dbungert/yaaaaaml
Browse files Browse the repository at this point in the history
quickstart: fix autoinstall indents
  • Loading branch information
dbungert authored Mar 11, 2024
2 parents fdf72cb + 9111298 commit 263520a
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 263520a

Please sign in to comment.