> +
> +/**
> + * Convert the template options into a statement, but ignoring the public
> key.
> + * <p>
> + * The {@link DigitalOceanComputeServiceAdapter} already takes care of
> + * installing it using the {@link KeyPairApi}.
> + *
> + * @author Sergi Castro
> + * @author Ignasi Barrera
> + */
> +@Singleton
> +public class TemplateOptionsToStatementWithoutPublicKey extends
> TemplateOptionsToStatement {
> +
> + @Override
> + public Statement apply(TemplateOptions options) {
> + List<Statement> bootstrap = newArrayList();
ImmutableList.builder()? Or do we need to support `null` entries?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/49/files#r9153044