summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-12 22:15:29 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-12 22:15:29 -0500
commit949e1759342b1e60c100855aaf250165bcb9997e (patch)
tree5515fda8889d42bedd0f3be16cf3f8ee86663e30 /config
parent9c64c5d0e01e48612fe37d3304b1f6eb70181cae (diff)
downloadvyos-cloud-init-949e1759342b1e60c100855aaf250165bcb9997e.tar.gz
vyos-cloud-init-949e1759342b1e60c100855aaf250165bcb9997e.zip
add 'finalcmd' module for running code after cloud-init-final
This allows the user to easily run stuff even after cloud-init-final has finished. The initial reason for it is to be able to run /sbin/poweroff and not have cloud-init complain loudly that it is being killed. LP: #1064665
Diffstat (limited to 'config')
-rw-r--r--config/cloud.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg
index ad100fff..249a593d 100644
--- a/config/cloud.cfg
+++ b/config/cloud.cfg
@@ -69,6 +69,7 @@ cloud_final_modules:
- keys-to-console
- phone-home
- final-message
+ - finalcmd
# System and/or distro specific settings
# (not accessible to handlers/transforms)