mirror of
https://github.com/rancher/os.git
synced 2025-09-25 12:47:20 +00:00
Fix user-data for ec2 metadata source (#2189)
This commit is contained in:
committed by
niusmallnan
parent
a5af88224a
commit
dab1c4ffb3
@@ -30,7 +30,7 @@ import (
|
||||
const (
|
||||
DefaultAddress = "http://169.254.169.254/"
|
||||
apiVersion = "latest/"
|
||||
userdataPath = apiVersion + "user-data/"
|
||||
userdataPath = apiVersion + "user-data"
|
||||
metadataPath = apiVersion + "meta-data/"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user