Stephen Nelson-Smith
Stephen Nelson-Smith
So I remembered that you had a totally badass vim config, so I thought I'd take it for a spin. Comments on my bootstrap experience, in case this is useful:...
Line 34 of ssh steps doesn't have @connection = before the lambda, and so the next steps won't work.
The cookbook enables chefdk's Ruby to be used, but this appears as 'embedded', as does Ruby from omnibus chef. It's be reasonable to make chefdk's Ruby trump omnibus's ruby if...
It would be great to be able to specify gems to install per Ruby: For example: chruby_gem "bundler" do ruby "1.9.3-p429" end
Installing chef every time is rather slow
``` Called 'load_file' without the :safe option -- defaulting to safe mode. You can avoid this warning in the future by setting the SafeYAML::OPTIONS[:default_mode] option (to :safe or :unsafe). ```
``` No such file or directory - .leibniz.yml (Errno::ENOENT) /Users/stephen/src/leibniz/lib/leibniz.rb:25:in `build' ./features/step_definitions/user-steps.rb:6:in `/^I have provisioned the following infrastructure:$/' features/users.feature:10:in `Given I have provisioned the following infrastructure:' ```
It currently is the dir, which we never create.