You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/content/post/install-the-latest-salt-min...

17 lines
386 B
Markdown

---
date: 2015-06-14T22:54:00+01:00
title: Install the latest salt-minion
author: jochum
tags:
- HOWTO
- Ubuntu
- Salt
---
#### 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
<!--more-->