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:
3
cookbooks/apache2/templates/default/port_apache.erb
Normal file
3
cookbooks/apache2/templates/default/port_apache.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<% node['apache']['listen'].values.map(&:to_a).flatten.uniq do |port| -%>
|
||||
-A FWR -p tcp -m tcp --dport <%= port %> -j ACCEPT
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user