We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbf263 commit 56f7ad1Copy full SHA for 56f7ad1
1 file changed
api/models.py
@@ -549,7 +549,7 @@ def _prepare_launch_args(self):
549
chef['validation_key'] = settings.CHEF_VALIDATION_KEY
550
chef['node_name'] = self.id
551
if self.layer.run_list:
552
- chef['run_list'] = self.layer.run_list
+ chef['run_list'] = self.layer.run_list.split(',')
553
if self.layer.initial_attributes:
554
chef['initial_attributes'] = self.layer.initial_attributes
555
# add the formation's ssh pubkey
0 commit comments