diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-26 22:56:43 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-26 22:56:43 -0400 |
commit | feab0f913b2c3e98cf5200ea2dd7c19aed347395 (patch) | |
tree | 8ed80d60bef5afc8015021dc9b046845b8f3e888 | |
parent | f32a0c32081a4c38b9738bd65a2efc35f26ee983 (diff) | |
download | vyos-cloud-init-feab0f913b2c3e98cf5200ea2dd7c19aed347395.tar.gz vyos-cloud-init-feab0f913b2c3e98cf5200ea2dd7c19aed347395.zip |
mention ubuntu-core
-rw-r--r-- | cloudinit/config/cc_snappy.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cloudinit/config/cc_snappy.py b/cloudinit/config/cc_snappy.py index 09a8d239..de6fae4b 100644 --- a/cloudinit/config/cc_snappy.py +++ b/cloudinit/config/cc_snappy.py @@ -30,6 +30,10 @@ Example config: snappy install "--config=<packages_dir>/foo.config" \ <packages_dir>/foo.snap snappy install <packages_dir>/bar.snap + + Note, that if provided a 'configs' entry for 'ubuntu-core', then + cloud-init will invoke: snappy config ubuntu-core <config> + Allowing you to configure ubuntu-core in this way. """ from cloudinit import log as logging |