diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-09 14:44:05 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-09 14:44:05 -0800 |
commit | 0bd973791f05f1d7f94e91b354015789b6b608dc (patch) | |
tree | 5e9124a028bb4eb300cfdce04725d52072f9c327 /doc | |
parent | 8c006684034c13719171672836edfc65bf02ebe9 (diff) | |
parent | d8e82fb7bc9da6259b158804ae3d8343050c67aa (diff) | |
download | vyos-cloud-init-0bd973791f05f1d7f94e91b354015789b6b608dc.tar.gz vyos-cloud-init-0bd973791f05f1d7f94e91b354015789b6b608dc.zip |
Merge the yaml/cloud config examples checking tool.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 04bb5df1..12bf2c91 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -355,8 +355,7 @@ rsyslog: - ':syslogtag, isequal, "[CLOUDINIT]" /var/log/cloud-foo.log' - content: "*.* @@192.0.2.1:10514" - filename: 01-examplecom.conf - content: | - *.* @@syslogd.example.com + content: "*.* @@syslogd.example.com" # resize_rootfs should the / filesytem be resized on first boot # this allows you to launch an instance with a larger disk / partition |