provisioner/chef-solo: template process roles/data bags path

/cc @jerryclinesmith
pull/919/head
Mitchell Hashimoto 13 years ago
parent 7034f69f2c
commit ba9d85c744

@ -87,6 +87,8 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
templates := map[string]*string{
"config_template": &p.config.ConfigTemplate,
"data_bags_path": &p.config.DataBagsPath,
"roles_path": &p.config.RolesPath,
"staging_dir": &p.config.StagingDir,
}

Loading…
Cancel
Save