Jason Barnett

Results 75 comments of Jason Barnett

> @jasonwbarnett I would be interested to know your experience with the SplunkHttp appender. We tried it a few years ago and found that our application became dependent on the...

I have the same question. I would like to configure gemstash as a source for rubygems, e.g. ```bash gem sources -a http://localhost:9292 gem sources -r https://rubygems.org/ gem install nokogiri ```

I assume this either needs to be clearly documented or come up with a creative way to force the creation of `pg_hba.conf` to the beginning of the [delayed_actions array](https://github.com/chef/chef/blob/v16.8.8/lib/chef/run_context.rb#L164).

@ramereth this is happening due to the compilation order and the architecture of the chef infra client. Any delayed notification (or delayed_action) gets added to a fifo queue that gets...

I'm having issues myself (not sure if it's related to this or not). I went to https://id.chef.io/id/profile and clicked "Get a New Key" and then cleared all cookies, re-logged in...

@dfduarte I am stupid... :( I literally followed the supermarket instructions to the T and it still isn't working. Can you break down what you said, I didn't fully grasp...

I'm sorry... but this makes little sense to me. When I want to share a cookbook from my local dev machine to the public supermarket, why do I have to...

@dfduarte I followed that a couple of days ago and it did not work. I also tried stove without success either. TBC, I've shared a cookbook in the past to...

@robbkidd I leveraged multiple places for documentation. 1. The actual supermarket site. I don't think it's actually documented anywhere on the supermarket site which _seems_ odd. It's really difficult (in...

@nellshamrell ``` ruby current_dir = File.dirname(__FILE__) log_level :info log_location STDOUT node_name "jasonwbarnett" client_key "#{current_dir}/jasonwbarnett.pem" validation_client_name "jasonwbarnett-validator" validation_key "#{current_dir}/jasonwbarnett-validator.pem" chef_server_url "https://api.chef.io/organizations/jasonwbarnett" cookbook_path ["#{current_dir}/../cookbooks"] ```