Skip to content

Commit

Permalink
fix k3s-selinux filecon error
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech committed Mar 19, 2022
1 parent e9f6ebe commit b02970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "hcloud_server" "server" {
provisioner "remote-exec" {
inline = [
"set -ex",
"transactional-update pkg install -y k3s-selinux"
"transactional-update shell <<< 'rpm --import https://rpm.rancher.io/public.key;zypper install -y https://github.com/k3s-io/k3s-selinux/releases/download/v0.5.stable.1/k3s-selinux-0.5-1.sle.noarch.rpm'"
]
}

Expand Down

0 comments on commit b02970c

Please sign in to comment.