-
-
Save kmcquade/bb3da63ac923da6b8ce78742a482437f to your computer and use it in GitHub Desktop.
Small script to test changes made to cloud init config without rebooting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf /var/lib/cloud/instance && rm -rf /var/lib/cloud/instances/* && rm -rf /var/lib/cloud/sem/* | |
cloud-init init && cloud-init modules --mode config && cloud-init modules --mode final |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment