> @@ -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);

Hmmm this is wrong now? There should be two methods, one passing null and the 
other one passing the nodeName.

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

Reply via email to