diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-07-31 15:04:14 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-07-31 15:04:14 -0400 |
commit | 36067bc77e6697ed5c5a50b4b17bbc95911d0d76 (patch) | |
tree | 80e222a13dc3a632ac34c7beb1c8a7d177b94378 /config | |
parent | e99f956d787fc9185e70fb5d31ede6fee0139226 (diff) | |
parent | eb6f294ff89696651b6ba4bda97f05ed6e0dfcf0 (diff) | |
download | vyos-cloud-init-36067bc77e6697ed5c5a50b4b17bbc95911d0d76.tar.gz vyos-cloud-init-36067bc77e6697ed5c5a50b4b17bbc95911d0d76.zip |
add ubuntu-init-switch module for testing systemd.
The module is useful primarily for testing in Ubuntu's transition to systemd.
It should be very harmless elsewhere as it defaults to doing nothing,
and will only run if configured as 'ubuntu' distro *and* 'dpkg' is available.
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 |