> return template =
> addRunScriptToTemplate(buildTemplate(client.templateBuilder()));
> }
>
> - protected static Template addRunScriptToTemplate(Template template) {
> + protected Template addRunScriptToTemplate(Template template) {
>
> template.getOptions().runScript(Statements.newStatementList(AdminAccess.standard(),
> InstallJDK.fromOpenJDK()));
If subclasses need to override this, does it mean `AdminAccess.standard()`
doesn't work there? That might be an issue to address too?
---
You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/977/files/d197a9e0cb46888ecc3d7840c2754f39574d0b52#r68043355