diff options
author | Chad Smith <chad.smith@canonical.com> | 2020-02-13 19:48:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 20:48:34 -0600 |
commit | c90932f5cb68e789636c5e6b0b74fceb1d38c6a4 (patch) | |
tree | f6e30f337c5e13afab1cf8d5e59ec5bc7607153b /cloudinit/config/cc_mounts.py | |
parent | ecffd25df840277ab1fa7d5372659abe833cacbe (diff) | |
download | vyos-cloud-init-c90932f5cb68e789636c5e6b0b74fceb1d38c6a4.tar.gz vyos-cloud-init-c90932f5cb68e789636c5e6b0b74fceb1d38c6a4.zip |
docs: mount_default_files is a list of 6 items, not 7 (#212)
Diffstat (limited to 'cloudinit/config/cc_mounts.py')
-rw-r--r-- | cloudinit/config/cc_mounts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_mounts.py b/cloudinit/config/cc_mounts.py index 4293844c..4ae3f1fc 100644 --- a/cloudinit/config/cc_mounts.py +++ b/cloudinit/config/cc_mounts.py @@ -25,7 +25,7 @@ mountpoint (i.e. ``[ sda1 ]`` or ``[ sda1, null ]``). The ``mount_default_fields`` config key allows default options to be specified for the values in a ``mounts`` entry that are not specified, aside from the -``fs_spec`` and the ``fs_file``. If specified, this must be a list containing 7 +``fs_spec`` and the ``fs_file``. If specified, this must be a list containing 6 values. It defaults to:: mount_default_fields: [none, none, "auto", "defaults,nobootwait", "0", "2"] |