Actions
Bug #18279
closedDirect client.pem bootstrap strategy does not work for image based provisioning
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman_chef
Target version:
Description
The SSH provisioning method ignores after_build hook, we could use before_provision but that's too late so we need to alias :setSSHProvisionScript method and do the orchestration before the template is rendered. Also the template is rendered in Host::Managed context, which is not being extended by extend_template_helpers plugin helper. That should be fixed in core but before I get the patch in there, I'll add a workaround to the plugin.
Actions