User Tools

Site Tools


linux:saltstack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:saltstack [2017/03/18 13:11]
tkilla
linux:saltstack [2018/05/14 20:43] (current)
tkilla [Installation on Raspberry Pi, Banana PI and other ARM machines]
Line 8: Line 8:
  
 Use the latest versions from salt repo, because various things like finger-key-exchange have been modified in 2016 and you get authentication errors with older versions Use the latest versions from salt repo, because various things like finger-key-exchange have been modified in 2016 and you get authentication errors with older versions
-debian:+ 
 +**debian:**
   wget -4 -O  - https://repo.saltstack.com/apt/debian/8/amd64/latest/SALTSTACK-GPG-KEY.pub |  apt-key add -   wget -4 -O  - https://repo.saltstack.com/apt/debian/8/amd64/latest/SALTSTACK-GPG-KEY.pub |  apt-key add -
  
-add to sources.list:+**add to /etc/apt/sources.list:** 
 + 
 +**debian 8 - jessie:**
   deb http://repo.saltstack.com/apt/debian/8/amd64/latest jessie main   deb http://repo.saltstack.com/apt/debian/8/amd64/latest jessie main
  
-install+**debian 9 - stretch:** 
 +  deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main 
 + 
 + 
 +**install:**
   apt-get install salt-minion   apt-get install salt-minion
  
 if you get python-systemd not installable, maybe you have pinned all *systemd* packages in /etc/apt/preferences.d/systemd to avoid systemd installation? if you get python-systemd not installable, maybe you have pinned all *systemd* packages in /etc/apt/preferences.d/systemd to avoid systemd installation?
 +
 +
 +==== Installation on Raspberry Pi, Banana PI and other ARM machines ====
 +
 +**add to /etc/apt/sources.list:**
 +
 +**debian 8 - jessie:**
 +  deb http://repo.saltstack.com/apt/debian/8/armhf/latest jessie main
 +
 +**debian 9 - stretch:**
 +  deb http://repo.saltstack.com/apt/debian/9/armhf/latest stretch main
  
 ===== minion config ===== ===== minion config =====
linux/saltstack.1489839118.txt.gz · Last modified: 2017/03/18 13:11 by tkilla