We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f6ebe commit b02970cCopy full SHA for b02970c
modules/host/main.tf
@@ -69,7 +69,7 @@ resource "hcloud_server" "server" {
69
provisioner "remote-exec" {
70
inline = [
71
"set -ex",
72
- "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'"
73
]
74
}
75
0 commit comments