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

/cc @jerryclinesmith
This commit is contained in:
Mitchell Hashimoto 2013-09-18 14:17:54 -07:00
parent 7034f69f2c
commit ba9d85c744
1 changed files with 2 additions and 0 deletions

View File

@ -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,
}