Skip to content

Commit

Permalink
doc/examples: Fix typos in examples
Browse files Browse the repository at this point in the history
Closes #639.

Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
  • Loading branch information
monstermunchkin committed May 31, 2022
1 parent 68da473 commit 951652f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/examples/sabayon.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
distribution: sabayon
decription: Sabayon Builder
description: Sabayon Builder
expiry: 30d
variant: builder
architecture: amd64
Expand All @@ -21,7 +21,7 @@ environment:

targets:
lxc:
create-message: |
create_message: |
You just created a Sabayon container (arch={{ image.architecture }})
config:
Expand Down
9 changes: 5 additions & 4 deletions doc/examples/scheme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
description: |-
here goes the image description
distrobution: distro
distribution: distro
release: release
architecture: x86_64
expiry: 30d
Expand All @@ -24,7 +24,7 @@ source:

targets:
lxc:
create-message: |-
create_message: |-
You just created an {{ image.description }} container.
To enable SSH, run: apt install openssh-server
Expand Down Expand Up @@ -112,7 +112,7 @@ files:
packages:
manager: apt
custom-manager:
custom_manager:
clean:
cmd: mgr
flags:
Expand Down Expand Up @@ -220,4 +220,5 @@ mappings:
environment:
clear_defaults: true
variables:
- FOO: bar
- key: FOO
value: bar
2 changes: 1 addition & 1 deletion doc/examples/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:

targets:
lxc:
create-message: |-
create_message: |-
You just created an {{ image.description }} container.
To enable SSH, run: apt install openssh-server
Expand Down

0 comments on commit 951652f

Please sign in to comment.