packer-cn/packer/config_file_unix.go

9 lines
151 B
Go

// +build darwin freebsd linux netbsd openbsd solaris
package packer
const (
defaultConfigFile = ".packerconfig"
defaultConfigDir = ".packer.d"
)