Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f3bd5f543e | ||
|
660feb59b9 | ||
|
9673dbe12b | ||
|
2be435dd83 |
@@ -14,7 +14,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
datasourceInterval = 100 * time.Millisecond
|
datasourceInterval = 100 * time.Millisecond
|
||||||
datasourceMaxInterval = 30 * time.Second
|
datasourceMaxInterval = 30 * time.Second
|
||||||
datasourceTimeout = 5 * time.Minute
|
datasourceTimeout = 5 * time.Minute
|
||||||
@@ -135,7 +135,7 @@ func main() {
|
|||||||
var cc *initialize.CloudConfig
|
var cc *initialize.CloudConfig
|
||||||
if ccm != nil && ccu != nil {
|
if ccm != nil && ccu != nil {
|
||||||
fmt.Println("Merging cloud-config from meta-data and user-data")
|
fmt.Println("Merging cloud-config from meta-data and user-data")
|
||||||
merged := mergeCloudConfig(*ccu, *ccm)
|
merged := mergeCloudConfig(*ccm, *ccu)
|
||||||
cc = &merged
|
cc = &merged
|
||||||
} else if ccm != nil && ccu == nil {
|
} else if ccm != nil && ccu == nil {
|
||||||
fmt.Println("Processing cloud-config from meta-data")
|
fmt.Println("Processing cloud-config from meta-data")
|
||||||
|
Reference in New Issue
Block a user