Skip to content

Commit

Permalink
improved dev_test recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schiller committed Sep 30, 2012
1 parent 0025428 commit 66cfbbb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions chef/site-cookbooks/server/recipes/dev_server.rb
Expand Up @@ -32,10 +32,6 @@
source 'iptables/default_rules.erb'
end

iptables_rule "drop_and_logging" do
source 'iptables/drop_and_logging.erb'
end

# ssl
directory "#{node[:nginx][:dir]}/cert" do
owner "root"
Expand Down Expand Up @@ -111,3 +107,15 @@

node[:tz] = 'Europe/Berlin'
require_recipe "timezone"

# tests

%w(firefox).each do |pkg|
package pkg
end

%w(ubufox xul-ext-ubufox).each do |pkg|
package pkg do
action :purge
end
end

0 comments on commit 66cfbbb

Please sign in to comment.