diaspora/chef/cookbooks/debian/recipes/nginx.rb
2011-04-20 14:02:52 -07:00

4 lines
117 B
Ruby

execute "pcre dependency" do
command "apt-get install -y libpcre3 libpcre3-dev"
end
include_recipe "common::nginx"