Skip to content

Commit 56f7ad1

Browse files
author
Gabriel Monroy
committed
create a list of csv run_list field
1 parent fcbf263 commit 56f7ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def _prepare_launch_args(self):
549549
chef['validation_key'] = settings.CHEF_VALIDATION_KEY
550550
chef['node_name'] = self.id
551551
if self.layer.run_list:
552-
chef['run_list'] = self.layer.run_list
552+
chef['run_list'] = self.layer.run_list.split(',')
553553
if self.layer.initial_attributes:
554554
chef['initial_attributes'] = self.layer.initial_attributes
555555
# add the formation's ssh pubkey

0 commit comments

Comments
 (0)