OSDN Git Service

adds the etcd-grid cookbook.
[metasearch/grid-chef-repo.git] / cookbooks / etcd-grid / templates / default / opt / docker-compose / app / etcd / docker-compose.yml
1 <%
2 require 'yaml'
3 yaml_str = node['etcd-grid']['docker-compose']['config'].to_hash.to_yaml
4 -%>
5 <%= yaml_str %>