Skip to content

Commit 33e23ca

Browse files
committedSep 28, 2021
Fix user-data path
1 parent 5a46d6f commit 33e23ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/config/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var (
2727
// RancherOS oem location
2828
"/oem/rancher/rancherd/config.yaml",
2929
// Standard cloud-config
30-
"/var/lib/cloud/instance/data/user-data.txt",
30+
"/var/lib/cloud/instance/user-data.txt",
3131
}
3232

3333
manifests = []string{

0 commit comments

Comments
 (0)