Commit ba9d85c7 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

/cc @jerryclinesmith
parent 7034f69f
......@@ -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,
}
......
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