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
[2014-09-19T19:36:51+00:00] DEBUG: Re-raising exception: NoMethodError - route53_record[foo.example.com] (dns::default line 14) had an error: NoMethodError: undefined method `sub' for nil:NilClass | |
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/fog-1.20.0/lib/fog/aws/requests/dns/get_hosted_zone.rb:28:in `get_hosted_zone' | |
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/fog-1.20.0/lib/fog/aws/models/dns/zones.rb:23:in `get' | |
/var/chef/cache/cookbooks/route53/providers/record.rb:53:in `zone' | |
/var/chef/cache/cookbooks/route53/providers/record.rb:69:in `record' | |
/var/chef/cache/cookbooks/route53/providers/record.rb:113:in `block in class_from_file' | |
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.0/lib/chef/provider/lwrp_base.rb:138:in `instance_eval' | |
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.0/lib/chef/provider/lwrp_base.rb:138:in `block in action' | |
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.0/lib/chef/provider.rb:118:in `run_action' | |
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ch |
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 -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew doctor | |
brew update | |
brew install wget | |
brew install watch | |
brew install mobile-shell | |
brew install mysql --client-only | |
brew install git | |
brew install gnu-sed | |
brew install graphicsmagick |
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
" When started as "evim", evim.vim will already have done these settings. | |
if v:progname =~? "evim" | |
finish | |
endif | |
" Use Vim settings, rather then Vi settings (much better!). | |
" This must be first, because it changes other options as a side effect. | |
set nocompatible | |
" ADDED BY ME |
OlderNewer