provisioner/chef-solo: remove unused constants and variables
This commit is contained in:
parent
5162589df4
commit
87dde46413
|
@ -14,15 +14,6 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
const (
|
||||
RemoteStagingPath = "/tmp/provision/chef-solo"
|
||||
RemoteFileCachePath = "/tmp/provision/chef-solo"
|
||||
RemoteCookbookPath = "/tmp/provision/chef-solo/cookbooks"
|
||||
DefaultCookbooksPath = "cookbooks"
|
||||
)
|
||||
|
||||
var Ui packer.Ui
|
||||
|
||||
type Config struct {
|
||||
common.PackerConfig `mapstructure:",squash"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue