2023-03-02 15:37:05 -05:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
2023-08-10 15:53:29 -07:00
|
|
|
// SPDX-License-Identifier: BUSL-1.1
|
2023-03-02 15:37:05 -05:00
|
|
|
|
2021-09-02 12:15:13 +02:00
|
|
|
//go:build darwin || freebsd || linux || netbsd || openbsd || solaris
|
2021-02-11 16:07:24 +01:00
|
|
|
// +build darwin freebsd linux netbsd openbsd solaris
|
|
|
|
|
|
|
|
|
|
package command
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
defaultConfigDir = ".packer.d"
|
|
|
|
|
)
|