> - * @param group The group where the given bootstrap
> configuration will be
> - * applied.
> - * @param bootstrapConfig The configuration to be applied to the nodes in
> the
> - * group.
> - */
> + /**
> + * Creates all steps necessary to bootstrap the node and allows you to
> specify a custom value
> + * for the node name.
> + *
> + * @param group corresponds to a configured
> + * {@link ChefProperties#CHEF_BOOTSTRAP_DATABAG} data bag
> where
> + * run_list and other information are stored.
> + * @param nodeName The name of the node to create.
> + * @return The script used to bootstrap the node.
> + */
> + Statement createBootstrapScriptForGroupAndNodeName(String group, String
> nodeName);
Prefer method overloading. Name it `createBootstrapScriptForGroup` too.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/622/files#r21222890