projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Manage statically loaded modules
[chef.git]
/
cookbooks
/
hardware
/
templates
/
default
/
modules.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
<% node[:hardware][:modules].each do |m| -%>
4
<%= m %>
5
<% end -%>