Skip to content

Instantly share code, notes, and snippets.

@broxio
Created February 21, 2018 03:54
Show Gist options
  • Select an option

  • Save broxio/fc3ffe995e7138eec838243a0e004d25 to your computer and use it in GitHub Desktop.

Select an option

Save broxio/fc3ffe995e7138eec838243a0e004d25 to your computer and use it in GitHub Desktop.
sudo salt -C "G@roles:haproxy" cmd.run 'apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y'
sudo apt-get update
sudo dpkg --configure -a
sudo apt-get -f install -y
sudo apt-get dist-upgrade -y
sudo apt-get autoremove -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment