diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-04 10:10:11 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-04 10:10:11 -0500 |
commit | df975abae42664bbd5fd56436eb2947e2a6f46f9 (patch) | |
tree | 4f29d5411ac2d72f96555c7bc31006f132da488c /config | |
parent | 30868baba637b45b654bd8a23719624a25b2a00b (diff) | |
download | vyos-cloud-init-df975abae42664bbd5fd56436eb2947e2a6f46f9.tar.gz vyos-cloud-init-df975abae42664bbd5fd56436eb2947e2a6f46f9.zip |
add snappy module
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 200050d3..e96e1781 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -48,6 +48,7 @@ cloud_config_modules: - ssh-import-id - locale - set-passwords + - snappy - grub-dpkg - apt-pipelining - apt-configure |