title

René Jochum

Blog of René Jochum - A FOSS enthusiast who's programming since 2002.

Install the latest salt-minion


This is what i use to install the latest salt-minion on Ubuntu 14.04

sudo apt-get -y install software-properties-common
sudo add-apt-repository -y ppa:saltstack/salt
sudo apt-get update
sudo apt-get -qy install salt-minion