Skip to content

Commit

Permalink
Merge pull request #37 from remerge/DATA-326
Browse files Browse the repository at this point in the history
Fix ScaleFT yum repository
  • Loading branch information
hollow committed Mar 28, 2024
2 parents f812702 + 3c819a8 commit a544974
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion leaseweb/server/installation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,17 @@ AccessAddress: "${var.internal_ip}"
CanonicalName: "${var.hostname}"
EOF
dnf config-manager --add-repo https://pkg.scaleft.com/scaleft_yum.repo
cat > /etc/yum.repos.d/scaleft_yum.repo <<EOF
[scaleft]
async = 1
baseurl = https://dist.scaleft.com/repos/rpm/stable/alma/9/x86_64/
gpgcheck=1
gpgkey = https://dist.scaleft.com/GPG-KEY-OktaPAM-2023
name = ScaleFT
repo_gpgcheck = 1
EOF
dnf makecache -y
update-crypto-policies --set LEGACY
dnf install -y scaleft-server-tools
systemctl enable sftd
Expand Down

0 comments on commit a544974

Please sign in to comment.