compass-core/conf/package_installer/chef-icehouse.conf
grace.yu 5cecfac510 fix deployment bug and add databag templates
Change-Id: I070a3ee788e2f39814265533ed96332a2d8bed78
2014-08-07 12:05:05 -07:00

9 lines
233 B
Plaintext

NAME = 'chef_installer'
INSTANCE_NAME = 'chef_installer'
SETTINGS = {
'chef_url': 'https://$chef_ip',
'key_dir': '',
'client_name': '',
'databags': ['user_passwords', 'db_passwords', 'service_passwords', 'secrets']
}