Jay Perry
Jay Perry
Thanks, glad to hear the gem has been helping you out.
@myanaros - Just released 0.4.0
@masgari - feel free to create a PR for it with tests and I'll merge it.
One idea would be to use a vagrant box and provision it with a new teamcity server installation then load in project files for testing.
Just to clarify I tried in my own cookbook and on the same server I am running an elasticsearch server. I updated these attributes: ``` default['logstash']['instance_default']['elasticsearch_ip'] = 'localhost' default['logstash']['instance_default']['elasticsearch_port'] =...
this seems to only happen on centos 7.0. Any ideas?
moved to runner. @sethvargo - I'll try the BERKSFILE_PATH to see if that works.
@sethvargo - the env variable didn't help with knife spork. Either way I have berkshelf currently managing my community cookbooks as well as our repo with all out cookbooks. We...
I just pushed the changes to require 'berkshelf' and fix the options. I tried moving the require into the runner but the way chef loads the files it has to...
Ignore my comment above about not being able to retrieve the location. It was due to me setting the BERKSFILE_PATH which was screwing things up. I removed and all is...