diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-13 14:18:26 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-13 14:18:26 -0500 |
commit | f6e994611cf87ea40f2c90991126d29e54b0efed (patch) | |
tree | 0cfb872a7280c2020239c83aef06fbe8ad9a7329 /config/cloud.cfg | |
parent | b503a6827a8aca13246e98272d83cf11fdeab820 (diff) | |
parent | df38cb7a9f99fbb5fdaddeb08e43d74af30372c8 (diff) | |
download | vyos-cloud-init-f6e994611cf87ea40f2c90991126d29e54b0efed.tar.gz vyos-cloud-init-f6e994611cf87ea40f2c90991126d29e54b0efed.zip |
support 'power_state' cloud-config for specifying shutdown
this adds 'power-state-change' config module that allows the user to
specify in cloud-config syntax that a system reboot or shutdown should occur
after cloud-init is done.
Diffstat (limited to 'config/cloud.cfg')
-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 15cdb473..d49ef7b8 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -69,6 +69,7 @@ cloud_final_modules: - keys-to-console - phone-home - final-message + - power-state-change # System and/or distro specific settings # (not accessible to handlers/transforms) |