You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
386 B
386 B
date | title | author | tags | |||
---|---|---|---|---|---|---|
2015-06-14T22:54:00+01:00 | Install the latest salt-minion | jochum |
|
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