Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Aug 9, 2015
2 parents b439e75 + 66212e1 commit 1756834
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 40 deletions.
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ Vagrant.configure(2) do |config|
{
name: 'wordmove',
options: '--no-ri --no-rdoc'
},
{
name: 'mailcatcher',
options: '--no-ri --no-rdoc'
}
]
}
Expand Down
10 changes: 5 additions & 5 deletions provision/site-cookbooks/vccw/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

require 'shellwords'

include_recipe 'ruby_build'
include_recipe 'rbenv::system'
include_recipe 'vccw::phpenv'

packages = %w{gettext subversion npm lftp sshpass}
packages = %w{gettext subversion npm lftp sshpass sqlite-devel}

packages.each do |pkg|
package pkg do
action [:install, :upgrade]
end
end

include_recipe 'ruby_build'
include_recipe 'rbenv::system'
include_recipe 'vccw::phpenv'

#
# Setup WordPress i18n Tools
#
Expand Down
9 changes: 1 addition & 8 deletions provision/site-cookbooks/wpcli/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@

service "iptables" do
supports :status => true, :restart => true
action [:enable, :start]
end

template "/etc/sysconfig/iptables" do
source "wordpress-iptables.erb"
owner "root"
group "root"
mode "0600"
action [:disable, :stop]
end

execute "mysql-install-wp-privileges" do
Expand Down

This file was deleted.

0 comments on commit 1756834

Please sign in to comment.