This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #dfp-sb { | |
| display: inline; | |
| } | |
| #dfp-sb-overlay { | |
| width: 100%; | |
| height: 100%; | |
| position: absolute; | |
| left: 0; | |
| top: 0; | |
| z-index: 998; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vagrant provision | |
| /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:37:in `initialize': No such file or directory - .vagrant/machines/default/berkshelf (Errno::ENOENT) | |
| from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:37:in `open' | |
| from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:37:in `cache_shelf' | |
| from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:23:in `call' | |
| from /Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/set_ui.rb:12:in `call' | |
| from /Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vagrant up | |
| Bringing machine 'default' up with 'virtualbox' provider... | |
| [default] Importing base box 'wheezy'... | |
| [default] Matching MAC address for NAT networking... | |
| [default] Setting the name of the VM... | |
| [default] Clearing any previously set forwarded ports... | |
| [Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant. | |
| [Berkshelf] You should check for a newer version of vagrant-berkshelf. | |
| [Berkshelf] If you encounter any errors with this version, please report them at https://github.com/RiotGames/vagrant-berkshelf/issues | |
| [Berkshelf] You can also join the discussion in #berkshelf on Freenode. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| |ruby-1.9.3-p448| Douglass-MacBook-Pro in ~/Work/airbox | |
| ± |promet ✗| → git diff -- Vagrantfile | |
| diff --git a/Vagrantfile b/Vagrantfile | |
| index 2ba3f2d..39e3408 100644 | |
| --- a/Vagrantfile | |
| +++ b/Vagrantfile | |
| @@ -1,4 +1,8 @@ | |
| Vagrant.configure("2") do |config| | |
| + | |
| + # Chef Omnibus Version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| |ruby-1.9.3-p448| Douglass-MacBook-Pro in ~/work/airbox | |
| ± |promet ✗| → vagrant up dev | |
| Bringing machine 'dev' up with 'virtualbox' provider... | |
| [dev] Importing base box 'squeeze'... | |
| [dev] Matching MAC address for NAT networking... | |
| [dev] Setting the name of the VM... | |
| [dev] Clearing any previously set forwarded ports... | |
| [Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant. | |
| [Berkshelf] You should check for a newer version of vagrant-berkshelf. | |
| [Berkshelf] If you encounter any errors with this version, please report them at https://github.com/RiotGames/vagrant-berkshelf/issues |