fernandocarletti / capistrano-aws

Integrates Capistrano with AWS EC2.
MIT License
16 stars 6 forks source link

Remove leading and trailing whitespace in roles #4

Closed allaire closed 6 years ago

allaire commented 6 years ago

This supports comma separated list with space, see:

irb(main):001:0> "web, app".split(",").map(&:strip)
=> ["web", "app"]
irb(main):002:0> "web, app".split(",")
=> ["web", " app"]

we don't want space in the role name