diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-26 17:09:52 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-26 17:09:52 -0500 |
commit | e07de49c95955b194f12a997db10689f4c421106 (patch) | |
tree | 1b92a88cae121c94a6a4dc75226adc7958678873 /doc | |
parent | e06ff3e6d0ead26577915bc80433a1aa2d2f24ed (diff) | |
download | vyos-cloud-init-e07de49c95955b194f12a997db10689f4c421106.tar.gz vyos-cloud-init-e07de49c95955b194f12a997db10689f4c421106.zip |
if output entry is a scalar, send stdout and stderr same place
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index e2bf128e..5000d6d7 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -298,7 +298,7 @@ final_message: "The system is finally up, after $UPTIME seconds" # entries. Each one defines where # cloud-init, cloud-config, cloud-config-final or all output will go # each entry in the dict can be a string, list or dict. -# if it is a string, it refers to stdout +# if it is a string, it refers to stdout and stderr # if it is a list, entry 0 is stdout, entry 1 is stderr # if it is a dict, it is expected to have 'output' and 'error' fields # default is to write to console only |