packer-cn/helper/common/shared_state.go

7 lines
278 B
Go
Raw Normal View History

2018-03-08 18:22:28 -05:00
package common
// This is used in the BasicPlaceholderData() func in the packer/provisioner.go
// To force users to access generated data via the "generated" func.
const PlaceholderMsg = "To set this dynamically in the Packer template, " +
"you must use the `build` function"