Project

General

Profile

Download (317 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title "All Puppet Classes for #{@host}" %>
<table class="table table-bordered table-striped">
<tr>
<th>Class</th>
</tr>
<% @host.classes_from_storeconfigs.each do |klass| %>
<tr>
<td><%= h klass %></td>
</tr>
<% end %>
</table>
<%= link_to 'back', host_path(@host) %>
(27-27/29)