Rename and fix os-collect-config config template

This template was in the wrong path, and missing some parameters.

Change-Id: If8214cdb3597bc65f92e0e7a4fb8038342c39ae4
This commit is contained in:
Clint Byrum 2013-08-01 14:21:05 -07:00
parent 37f5a9b454
commit 89bd266ab4
1 changed files with 3 additions and 0 deletions

View File

@ -18,9 +18,12 @@ collectors = {{collectors}}
{{#cfn}}
[cfn]
{{#metadata_url}}
metadata_url = {{metadata_url}}
{{/metadata_url}}
stack_name = {{stack_name}}
secret_access_key = {{secret_access_key}}
access_key_id = {{access_key_id}}
path = {{path}}
{{/cfn}}
{{/os-collect-config}}