provisioner/chef-solo: template process roles/data bags path
/cc @jerryclinesmith
This commit is contained in:
parent
74017ec8d8
commit
71b1548e8d
|
@ -87,6 +87,8 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
|
||||||
|
|
||||||
templates := map[string]*string{
|
templates := map[string]*string{
|
||||||
"config_template": &p.config.ConfigTemplate,
|
"config_template": &p.config.ConfigTemplate,
|
||||||
|
"data_bags_path": &p.config.DataBagsPath,
|
||||||
|
"roles_path": &p.config.RolesPath,
|
||||||
"staging_dir": &p.config.StagingDir,
|
"staging_dir": &p.config.StagingDir,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue