provisioner/chef-solo: template process roles/data bags path
/cc @jerryclinesmith
This commit is contained in:
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…
Reference in New Issue