diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-12 16:53:05 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-12 16:53:05 -0500 |
commit | 0b0bb4721c61015e3fce9b4030bcb69b9da5c368 (patch) | |
tree | 5cda2535587b0c8e357ab4ed0fce920d2be3939f /doc/examples | |
parent | 20305aea1eac724069e0bfaaf976ec5caa8c2439 (diff) | |
parent | 5d2a31bd66fc5fc10901e30a2b9c79c7f4d1a172 (diff) | |
download | vyos-cloud-init-0b0bb4721c61015e3fce9b4030bcb69b9da5c368.tar.gz vyos-cloud-init-0b0bb4721c61015e3fce9b4030bcb69b9da5c368.zip |
merge from trunk
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 61fa6065..ed4eb7fc 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -319,6 +319,16 @@ cloud_config_modules: - runcmd - byobu +# unverified_modules: [] +# if a config module declares a set of distros as supported then it will be +# skipped if running on a different distro. to override this sanity check, +# provide a list of modules that should be run anyway in 'unverified_modules'. +# The default is an empty list (ie, trust modules). +# +# Example: +# unverified_modules: ['apt-update-upgrade'] +# default: [] + # ssh_import_id: [ user1, user2 ] # ssh_import_id will feed the list in that variable to # ssh-import-id, so that public keys stored in launchpad |