Commit 87dde464 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

provisioner/chef-solo: remove unused constants and variables

parent 5162589d
......@@ -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"`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment