mdsol / mesos_cookbook

Chef cookbook for installing Apache Mesos
Other
78 stars 70 forks source link

Adding quotes in wrapper template to flags that are passed in as strings. #123

Closed rayrod2030 closed 8 years ago

rayrod2030 commented 8 years ago

This fixes an issue with passing in mesos attributes that contain semi-colons as separators which causes mesos slave processes to falil to start up because the shell thinks the semi-colons are end statements. Added example attribute string to default 0.25.0 suite.

rveznaver commented 8 years ago

lgtm :+1: