diff options
author | Chad Smith <chad.smith@canonical.com> | 2019-12-20 13:34:30 -0700 |
---|---|---|
committer | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-20 15:34:30 -0500 |
commit | c7dca877c1fa3dc8b63486bb88022ee23a31bebe (patch) | |
tree | 464c589ed37001c9630acc7e4739346a4b66204a /config | |
parent | 3bc8790711aaf689ae957748a131be782167db97 (diff) | |
download | vyos-cloud-init-c7dca877c1fa3dc8b63486bb88022ee23a31bebe.tar.gz vyos-cloud-init-c7dca877c1fa3dc8b63486bb88022ee23a31bebe.zip |
modules: drop cc_snap_config config module (#134)
cloud-init has moved to cc_snap module and a top-level
config key 'snap'. cc_snap_config was deprecated in
cloud-init version 18.2
Co-authored-by: Daniel Watkins <daniel@daniel-watkins.co.uk>
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl index 7aab265e..18ab0ac5 100644 --- a/config/cloud.cfg.tmpl +++ b/config/cloud.cfg.tmpl @@ -71,7 +71,6 @@ cloud_config_modules: # this can be used by upstart jobs for 'start on cloud-config'. - emit_upstart - snap - - snap_config # DEPRECATED- Drop in version 18.2 {% endif %} - ssh-import-id - locale |