Skip to content

Instantly share code, notes, and snippets.

@ThinGuy
Created February 24, 2018 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThinGuy/eec1ff6488931d70819d9f5e506ac91f to your computer and use it in GitHub Desktop.
Save ThinGuy/eec1ff6488931d70819d9f5e506ac91f to your computer and use it in GitHub Desktop.
Reset landscape-client deployed with juju
for i in $(juju status|awk '/Unit/,/^$/{gsub(/\*/,"");if (/..landscape-client/) print $1}'|sort -uV);do juju ssh $i "sudo landscape-config --silent";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment