diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-07-31 13:41:22 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-07-31 13:41:22 -0400 |
commit | 0a44214233860122bbb91edc8d91a7f33a94d859 (patch) | |
tree | c7f7d3182f44bbcf4cab18fa627bdc0797c5b410 /config | |
parent | e99f956d787fc9185e70fb5d31ede6fee0139226 (diff) | |
download | vyos-cloud-init-0a44214233860122bbb91edc8d91a7f33a94d859.tar.gz vyos-cloud-init-0a44214233860122bbb91edc8d91a7f33a94d859.zip |
initial commit oif iniit_switch
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 b746e3db..200050d3 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -24,6 +24,7 @@ preserve_hostname: false # The modules that run in the 'init' stage cloud_init_modules: - migrator + - ubuntu-init-switch - seed_random - bootcmd - write-files |