> @@ -171,8 +172,8 @@ String buildBootstrapConfiguration(BootstrapConfig 
> bootstrapConfig) {
>     }
>  
>     @Override
> -   public Statement createBootstrapScriptForGroup(String group) {
> -      return groupToBootScript.apply(group);
> +   public Statement createBootstrapScriptForGroup(String group, @Nullable 
> String nodeName) {
> +      return groupToBootScript.apply(group, null);

No. I think I didn't explain properly. There must  be two methods. The old and 
the new one so we don't break existing code.

The previous comment pretended to say this, remarking the fact that ot was that 
way in some previous revision of this PR.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/622/files#r21321723

Reply via email to