Skip to content

Commit

Permalink
Fix user-data path
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Sep 28, 2021
1 parent 5a46d6f commit 33e23ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
// RancherOS oem location
"/oem/rancher/rancherd/config.yaml",
// Standard cloud-config
"/var/lib/cloud/instance/data/user-data.txt",
"/var/lib/cloud/instance/user-data.txt",
}

manifests = []string{
Expand Down

0 comments on commit 33e23ca

Please sign in to comment.