From feab0f913b2c3e98cf5200ea2dd7c19aed347395 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 26 Mar 2015 22:56:43 -0400 Subject: mention ubuntu-core --- cloudinit/config/cc_snappy.py | 4 ++++ 1 file changed, 4 insertions(+) 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=/foo.config" \ /foo.snap snappy install /bar.snap + + Note, that if provided a 'configs' entry for 'ubuntu-core', then + cloud-init will invoke: snappy config ubuntu-core + Allowing you to configure ubuntu-core in this way. """ from cloudinit import log as logging -- cgit v1.2.3