diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-19 19:00:27 -0500 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2019-12-19 17:00:27 -0700 |
commit | 87f2cb0acc7e802f93fa71ff3432dfd6708717ca (patch) | |
tree | 5ffac1610df567829bec7d6814b6b72da5bf2517 /config | |
parent | f76c960aac760f4906c930e973369f6fff229487 (diff) | |
download | vyos-cloud-init-87f2cb0acc7e802f93fa71ff3432dfd6708717ca.tar.gz vyos-cloud-init-87f2cb0acc7e802f93fa71ff3432dfd6708717ca.zip |
cc_snappy: remove deprecated module (#127)
* cc_snappy: remove deprecated module
* cloud_tests: remove cc_snappy tests (and references)
This module was deprecated in favor of cc_snap in cloud-init v.18.2
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl index 87c37ba0..7aab265e 100644 --- a/config/cloud.cfg.tmpl +++ b/config/cloud.cfg.tmpl @@ -103,9 +103,6 @@ cloud_config_modules: # The modules that run in the 'final' stage cloud_final_modules: -{% if variant in ["ubuntu", "unknown", "debian"] %} - - snappy # DEPRECATED- Drop in version 18.2 -{% endif %} - package-update-upgrade-install {% if variant in ["ubuntu", "unknown", "debian"] %} - fan |