We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a46d6f commit 33e23caCopy full SHA for 33e23ca
pkg/config/types.go
@@ -27,7 +27,7 @@ var (
27
// RancherOS oem location
28
"/oem/rancher/rancherd/config.yaml",
29
// Standard cloud-config
30
- "/var/lib/cloud/instance/data/user-data.txt",
+ "/var/lib/cloud/instance/user-data.txt",
31
}
32
33
manifests = []string{
0 commit comments