Skip to content

Commit b341ab0

Browse files
Merge pull request #57 from A1EF/master
Bump SaltStack version to `3006.1`
2 parents b890740 + 6d2d304 commit b341ab0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Kitchen (Linux)](https://github.com/opensourcewebsite-org/osw-devops/actions/workflows/kitchen.yml/badge.svg)](https://github.com/opensourcewebsite-org/osw-devops/actions/workflows/kitchen.yml)
55

66
[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
7-
[![SaltStack Version](https://img.shields.io/badge/SaltStack-3005.1-blue.svg?style=flat-square)](https://saltproject.io)
7+
[![SaltStack Version](https://img.shields.io/badge/SaltStack-3006.1-blue.svg?style=flat-square)](https://saltproject.io)
88

99
Server Architecture for OpenSourceWebsite, using [SaltStack](https://saltproject.io).
1010

install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
UBUNTU_VERSION=$(grep -F VERSION_ID /etc/os-release | cut -d\" -f2)
66
UBUNTU_CODENAME=$(grep -F VERSION_CODENAME /etc/os-release | cut -d= -f2)
7-
SALT_RELEASE='3005'
7+
SALT_RELEASE='3006'
88

99
apt-get update
1010
apt-get full-upgrade -y
@@ -14,10 +14,10 @@ if ! [[ -d /etc/apt/keyrings ]]; then
1414
mkdir /etc/apt/keyrings
1515
fi
1616

17-
wget -qO /etc/apt/keyrings/salt-archive-keyring.gpg "https://repo.saltproject.io/salt/py3/ubuntu/${UBUNTU_VERSION}/amd64/${SALT_RELEASE}/salt-archive-keyring.gpg"
17+
wget -qO /etc/apt/keyrings/salt-archive-keyring-2023.gpg "https://repo.saltproject.io/salt/py3/ubuntu/${UBUNTU_VERSION}/amd64/SALT-PROJECT-GPG-PUBKEY-2023.gpg"
1818

1919
cat <<EOF > /etc/apt/sources.list.d/salt.list
20-
deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.gpg arch=amd64] https://repo.saltproject.io/salt/py3/ubuntu/${UBUNTU_VERSION}/amd64/${SALT_RELEASE} ${UBUNTU_CODENAME} main
20+
deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.gpg arch=amd64] https://repo.saltproject.io/salt/py3/ubuntu/${UBUNTU_VERSION}/amd64/${SALT_RELEASE} ${UBUNTU_CODENAME} main
2121
EOF
2222

2323
apt-get update
@@ -42,13 +42,13 @@ gitfs_remotes:
4242
- https://github.com/saltstack-formulas/users-formula.git
4343
- https://github.com/saltstack-formulas/logrotate-formula.git
4444
- https://github.com/opensourcewebsite-org/osw-devops.git:
45-
- root: salt
45+
- root: salt
4646
4747
pillarenv_from_saltenv: True
4848
ext_pillar:
4949
- git:
5050
- https://github.com/opensourcewebsite-org/osw-devops.git:
51-
- root: pillar
51+
- root: pillar
5252
EOF
5353

5454
salt-pip install GitPython
@@ -65,7 +65,7 @@ systemctl restart salt-minion
6565

6666
sleep 60
6767

68-
salt-key -a opensourcewebsite.org -y
68+
salt-key -ay opensourcewebsite.org
6969

7070
# Swap
7171
if ! [[ -f /swapfile ]]; then

pillar/prod/salt.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ salt:
66
master_remove_config: false
77
install_packages: true
88
py_ver: 'py3'
9-
version: 3005.1+ds-4
10-
release: '3005.1'
9+
version: 3006.1
10+
release: '3006.1'
1111
lookup:
1212
salt_master: 'salt-master'
1313
salt_minion: 'salt-minion'

pillar/salt.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ salt:
66
master_remove_config: false
77
install_packages: true
88
py_ver: 'py3'
9-
version: 3005.1+ds-4
10-
release: '3005.1'
9+
version: 3006.1
10+
release: '3006.1'
1111
lookup:
1212
salt_minion: 'salt-minion'
1313
minion:

0 commit comments

Comments
 (0)