Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
This commit is contained in:
6
cookbooks/apache2/templates/default/ports.conf.erb
Normal file
6
cookbooks/apache2/templates/default/ports.conf.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
# This file was generated by Chef for <%= node['fqdn'] %>.
|
||||
# Do NOT modify this file by hand!
|
||||
|
||||
<% Apache2::Listen.merge_listen_attributes(node).each do |addr| -%>
|
||||
Listen <%= addr %>
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user