Sha256: 8c37b5032122abcd6b7c940a2f7a71e9560c84f68b668f8e7888ff11b7c8412a

Contents?: true

Size: 273 Bytes

Versions: 75

Compression:

Stored size: 273 Bytes

Contents

# Hosts that we are aware of -- correspond to hosts/<host>
<% environments.each do |env|  -%>
<%= env %>
<% end -%>

# Create a group for each environment which just contains that single host by default
<% environments.each do |env| -%>
[<%= env %>]
<%= env %>

<% end -%>

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
subspace-2.5.2 template/provision/hosts.erb
subspace-2.5.1 template/provision/hosts.erb
subspace-2.5 template/provision/hosts.erb
subspace-2.4.2 template/provision/hosts.erb
subspace-2.4.1 template/provision/hosts.erb
subspace-2.4.0 template/provision/hosts.erb
subspace-2.3.3 template/provision/hosts.erb
subspace-2.3.2 template/provision/hosts.erb
subspace-2.3.1 template/provision/hosts.erb
subspace-2.3.0 template/provision/hosts.erb
subspace-2.2.3 template/provision/hosts.erb
subspace-2.2.2 template/provision/hosts.erb
subspace-2.2.1 template/provision/hosts.erb
subspace-2.2.0 template/provision/hosts.erb
subspace-2.1.2 template/provision/hosts.erb
subspace-2.1.1 template/provision/hosts.erb
subspace-2.1.0 template/provision/hosts.erb
subspace-2.0.4 template/provision/hosts.erb
subspace-2.0.3 template/provision/hosts.erb
subspace-2.0.2 template/provision/hosts.erb