heat_template_version: 2014-10-16 description: 'Bootstrap Config Puppet' parameters: bootstrap_nodeid: type: string resources: BootstrapNodeConfigImpl: type: OS::Heat::StructuredConfig properties: config: hiera: datafiles: bootstrap_node: mapped_data: bootstrap_nodeid: {get_param: bootstrap_nodeid} outputs: config_id: description: The ID of the BootstrapNodeConfigImpl resource. value: {get_resource: BootstrapNodeConfigImpl}