diff options
Diffstat (limited to 'doc/examples/cloud-config-install-packages.txt')
-rw-r--r-- | doc/examples/cloud-config-install-packages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-install-packages.txt b/doc/examples/cloud-config-install-packages.txt index 2edc63da..7b90d7df 100644 --- a/doc/examples/cloud-config-install-packages.txt +++ b/doc/examples/cloud-config-install-packages.txt @@ -7,7 +7,7 @@ # if packages are specified, this apt_update will be set to true # # packages may be supplied as a single package name or as a list -# with the format [<package>, <version>] wherein the specifc +# with the format [<package>, <version>] wherein the specific # package version will be installed. packages: - pwgen |