Skip to content

Commit

Permalink
fix "uninitialized constant YAML" error, relate to everpeace#2.
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Mar 13, 2014
1 parent 8315405 commit 37bbda5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions standalone/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# vi: set ft=ruby :
# vagrant plugins required:
# vagrant-berkshelf, vagrant-omnibus, vagrant-hosts
require 'yaml'

Vagrant.configure("2") do |config|

# enable plugins
Expand Down

0 comments on commit 37bbda5

Please sign in to comment.