diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-07 21:00:33 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-07 21:00:33 -0800 |
commit | 7ea02ab1d8ee0f400a84ee2d688e67ffbc449bf0 (patch) | |
tree | c0f9a22bbf923239a99261a5e9871f5f48fbc616 /tests | |
parent | 1e6fc277a1c8d695c37741cc31f5ddab3d5b5600 (diff) | |
download | vyos-cloud-init-7ea02ab1d8ee0f400a84ee2d688e67ffbc449bf0.tar.gz vyos-cloud-init-7ea02ab1d8ee0f400a84ee2d688e67ffbc449bf0.zip |
Add a makefile yaml checking target
and fix the cases where the cc yaml
is not correct.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/configs/sample1.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/configs/sample1.yaml b/tests/configs/sample1.yaml index 24e874ee..6231f293 100644 --- a/tests/configs/sample1.yaml +++ b/tests/configs/sample1.yaml @@ -50,4 +50,3 @@ runcmd: byobu_by_default: user -output: {all: '| tee -a /var/log/cloud-init-output.log'} |