provisioner/chef-solo: remove unused constants and variables

This commit is contained in:
Mitchell Hashimoto 2013-08-27 13:32:59 -07:00
parent 5162589df4
commit 87dde46413
1 changed files with 0 additions and 9 deletions

View File

@ -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"`