mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
Merge branch 'bugfix/KASM-6665-fix_salt_project_installation_in_remnux_1.15.0' into 'release/1.15.0'
Fix salt-common installation on REMnux in 1.15.0 See merge request kasm-technologies/internal/workspaces-images!210
This commit is contained in:
commit
19a5541fea
@ -3,12 +3,14 @@ set -x
|
||||
|
||||
|
||||
# Install Salt
|
||||
wget -nv -O - https://repo.saltproject.io/py3/ubuntu/20.04/amd64/latest/salt-archive-keyring.gpg | apt-key add -
|
||||
echo deb [arch=amd64] https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3004 focal main > /etc/apt/sources.list.d/saltstack.list
|
||||
mkdir -p /etc/apt/keyrings
|
||||
curl -fsSL https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public | sudo tee /etc/apt/keyrings/salt-archive-keyring.pgp
|
||||
curl -fsSL https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources | sudo tee /etc/apt/sources.list.d/salt.sources
|
||||
apt-get update
|
||||
apt-get install -y salt-common
|
||||
git clone https://github.com/REMnux/salt-states.git /srv/salt
|
||||
|
||||
|
||||
# Install remnux tools
|
||||
export HOME=/root
|
||||
salt-call -l info --local state.sls remnux.addon pillar='{"remnux_user": "remnux"}'
|
||||
|
Loading…
Reference in New Issue
Block a user