8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
import "golang/runtime"
|
|
import "fmt"
|
|
|
|
file "/tmp/mgmtinfo" {
|
|
state => "exists",
|
|
content => fmt.printf("Hi from mgmt! mgmt is running with %s; and GOROOT is %s.\n", runtime.version(), runtime.goroot()),
|
|
}
|