summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-10-23 18:02:37 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-10-23 18:02:37 -0700
commit24e6ef998899418d73a63a64141fbaa209320967 (patch)
tree650fbe6ed6250630ce947cad8b0b6e0bdbafe029
parentfe9ff4691afe50a4c9192b96a872fec319e2606b (diff)
downloadvyos-cloud-init-24e6ef998899418d73a63a64141fbaa209320967.tar.gz
vyos-cloud-init-24e6ef998899418d73a63a64141fbaa209320967.zip
Make the cloud_init_modules look like a heredoc/inline heredoc
-rw-r--r--cloudinit/config/cc_ubuntu_init_switch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_ubuntu_init_switch.py b/cloudinit/config/cc_ubuntu_init_switch.py
index 12b6d6d5..7e88ed85 100644
--- a/cloudinit/config/cc_ubuntu_init_switch.py
+++ b/cloudinit/config/cc_ubuntu_init_switch.py
@@ -21,7 +21,7 @@
**Description:** This module provides a way for the user to boot with systemd
even if the image is set to boot with upstart. It should be run as one of the
-first cloud_init_modules, and will switch the init system and then issue a
+first ``cloud_init_modules``, and will switch the init system and then issue a
reboot. The next boot will come up in the target init system and no action will
be taken.