diskimage-builder/elements/heat-cfntools/os-config-applier/etc/cfn/hooks.conf
Clint Byrum 2b29ca6183 Integrate os-refresh-config with heat-cfntools
* Provide entry point for Heat Metadata to drive os-refresh-config
* Use os-config-applier for configuring heat cfn tools

Change-Id: Ie38b932173948f1e7c414c48caa1b037916bef84
2013-03-05 14:45:41 -08:00

9 lines
185 B
Plaintext

{{#heat.refresh}}
[os-refresh-config-{{resource}}]
triggers=post.add,post.delete.post.update
path=Resources.{{resource}}.Metadata
action=os-refresh-config
runas=root
{{/heat.refresh}}