Daniel MacDougall

Results 10 comments of Daniel MacDougall

Yep, this feature makes sense. I'll look at building it when I clean up the roles configuration, if I don't see a pull request before then.

Great suggestion, and supporting multiple arguments is much simpler from an implementation perspective. Feature is live in version 0.7.4!

The main complexity comes from the ability to define environment variables per-host. What happens now is that if you declare an env without specifying hosts it gets added to every...

Fair enough, although that's a somewhat orthogonal example, given that your example would work if you had this first: ``` destination :vagrant do domain "vagrant" end ```

But I definitely see the advantage here. I'll reopen this ticket and think about it.

Hm, I'm not able to repro. In 1.9.3-p392 a bundle install + bundle exec rake test works for me.

Do you have plans to upgrade the AWS SDK to support V4 authentication? We recently expanded to the Frankfurt datacenter and would like to continue using this library, but it...

Another idea: - Expose the key/value pairs of a map There may be non-semantic nodes present, so a caller can't just iterate through every pair of `m.Children()`. Maybe this is...