I tried to bootstrap a node on chef server 10 Statement bootstrap = chefContext.getChefService().createBootstrapScriptForGroup(chefGroup); // Build the script that will bootstrap the node
this is what i got. Optional.get() cannot be called on an absent value at com.google.common.base.Absent.get(Absent.java:42) at org.jclouds.chef.functions.GroupToBootScript.apply(GroupToBootScript.java:93) at org.jclouds.chef.internal.BaseChefService.createBootstrapScriptForGroup(BaseChefService.java:173) at com.itapp.transports.chef.ChefComputeProducer.updateRunlistAndRunChefClient(ChefComputeProducer.java:224) at com.itapp.transports.chef.ChefComputeProducer.process(ChefComputeProducer.java:108)
