Add an os-collect-config element.

Change-Id: I8b27678bb8495d10b355aa7f6370a4f86f6c957d
This commit is contained in:
Clint Byrum
2013-07-18 10:47:16 -07:00
parent 3495a2352b
commit 4512af045d
5 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
[DEFAULT]
{{^os-collect-config.command}}
command = os-refresh-config
{{/os-collect-config.command}}
{{#os-collect-config}}
{{#command}}
command = {{command}}
{{/command}}
{{#polling_interval}}
polling_interval = {{polling_interval}}
{{/polling_interval}}
{{#cachedir}}
cachedir = {{cachedir}}
{{/cachedir}}
{{#collectors}}
collectors = {{collectors}}
{{/collectors}}
{{#cfn}}
[cfn]
metadata_url = {{metadata_url}}
stack_name = {{stack_name}}
secret_access_key = {{secret_access_key}}
access_key_id = {{access_key_id}}
{{/cfn}}
{{/os-collect-config}}