diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-11-30 16:29:54 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-11-30 16:29:54 -0500 |
commit | 9909bfda3397b164d91e7b0ba203651e08be0988 (patch) | |
tree | 71d9240ff0f5f6cc5a0b8cb4a0879b02ece76092 /doc | |
parent | 0c49b065ac888e36edc51958f31691096b90e741 (diff) | |
download | vyos-cloud-init-9909bfda3397b164d91e7b0ba203651e08be0988.tar.gz vyos-cloud-init-9909bfda3397b164d91e7b0ba203651e08be0988.zip |
do not convert 'None' to a string in cloud-config mounts input.
input like:
mounts:
- [ ephemeral0, /opt , auto, "defaults,noexec" ]
- [ swap, null ]
would get interpreted as string "None" rather than "None" and
an entry for swap would be written to fstab.
LP: #898365
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions