Skip to content

Commit

Permalink
Made some changes to the Vagrantfile and removed ruby cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudiger Lippert committed Aug 11, 2011
1 parent 0ca4b77 commit af1ad29
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 106 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
@@ -1,7 +1,6 @@
Vagrant::Config.run do |config|
config.vm.box = "base19"
config.vm.box = "lucid19"
config.vm.network("192.168.34.10")
config.vm.forward_port("web", 80, 1234)

config.vm.customize do |vm|
vm.name = "App Name"
Expand Down
1 change: 0 additions & 1 deletion cookbooks/passenger_apache2/recipes/default.rb
Expand Up @@ -23,7 +23,6 @@
# limitations under the License.

include_recipe "packages"
include_recipe "ruby"
include_recipe "apache2"

if platform?("centos","redhat")
Expand Down
44 changes: 0 additions & 44 deletions cookbooks/ruby/metadata.json

This file was deleted.

9 changes: 0 additions & 9 deletions cookbooks/ruby/metadata.rb

This file was deleted.

50 changes: 0 additions & 50 deletions cookbooks/ruby/recipes/default.rb

This file was deleted.

0 comments on commit af1ad29

Please sign in to comment.