<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/chef-config/spec, branch https_shell</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Windows: search for config on same drive as executable location (#5478)</title>
<updated>2016-11-09T09:25:11+00:00</updated>
<author>
<name>John Kerry</name>
<email>john@kerryhouse.net</email>
</author>
<published>2016-11-09T09:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=94ebcc4b16d8ce554db8cb18a37dfce3436d12b0'/>
<id>94ebcc4b16d8ce554db8cb18a37dfce3436d12b0</id>
<content type='text'>
* changing the default drive for the config file to be the drive that the executable is launched from.  This should allow for an easier launch of chef from a d: drive installation

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;

* adding a check and a fallback to systemdrive for the base path when __FILE__ path doesn't have a drive (appears with linux hosts running windows targeted unit tests)

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;

* fixing rubocop errors

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;

* adding a __FILE__ path override for cache_path tests

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changing the default drive for the config file to be the drive that the executable is launched from.  This should allow for an easier launch of chef from a d: drive installation

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;

* adding a check and a fallback to systemdrive for the base path when __FILE__ path doesn't have a drive (appears with linux hosts running windows targeted unit tests)

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;

* fixing rubocop errors

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;

* adding a __FILE__ path override for cache_path tests

Signed-off-by: John Kerry &lt;john@kerryhouse.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable data collector w/o token for solo, but require explicit URL</title>
<updated>2016-11-03T20:53:25+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2016-11-03T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=49cc8b15d99216c5fb55b690e8cd22d22e5f359f'/>
<id>49cc8b15d99216c5fb55b690e8cd22d22e5f359f</id>
<content type='text'>
Third-party data collector implementations are supported and may not
require a token for authentication. Therefore we must allow the case
where the token is nil in Chef Solo mode. To reduce the chance that the
data collector is accidentally enabled, only set the data collector URL
to a default value in Chef Client mode.

Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Third-party data collector implementations are supported and may not
require a token for authentication. Therefore we must allow the case
where the token is nil in Chef Solo mode. To reduce the chance that the
data collector is accidentally enabled, only set the data collector URL
to a default value in Chef Client mode.

Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update default data collector URL to correct value</title>
<updated>2016-11-02T15:06:38+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2016-10-28T20:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c9739381fc9956b7e94b9687c14be6742afb3b93'/>
<id>c9739381fc9956b7e94b9687c14be6742afb3b93</id>
<content type='text'>
Additionally, add info and debug logging for the auto-detection of
whether to enable the data collector.

Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally, add info and debug logging for the auto-detection of
whether to enable the data collector.

Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the data collector automatically</title>
<updated>2016-11-02T15:06:38+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2016-10-25T01:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=bc596e0e0e3302dd013565943b1aa91f17fffc8f'/>
<id>bc596e0e0e3302dd013565943b1aa91f17fffc8f</id>
<content type='text'>
Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `--config-option` CLI opt for knife</title>
<updated>2016-10-18T23:13:14+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2016-10-18T22:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=466bfbf2db3c02c0f5263f0e93e12baf1de69832'/>
<id>466bfbf2db3c02c0f5263f0e93e12baf1de69832</id>
<content type='text'>
The `--config-option` CLI option allows setting any `Chef::Config`
setting on the command line, which allows applications to be used
without a configuration file even if a desired config option does not
have a corresponding CLI option. This CLI option was present in the help
output for knife but was not actually implemented. Moving the behavior
into chef-config allows us to use it for both `chef-client` and `knife`.

Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `--config-option` CLI option allows setting any `Chef::Config`
setting on the command line, which allows applications to be used
without a configuration file even if a desired config option does not
have a corresponding CLI option. This CLI option was present in the help
output for knife but was not actually implemented. Moving the behavior
into chef-config allows us to use it for both `chef-client` and `knife`.

Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>turn off fips with an empty environment var</title>
<updated>2016-06-23T22:10:55+00:00</updated>
<author>
<name>Matt Wrock</name>
<email>matt@mattwrock.com</email>
</author>
<published>2016-06-23T22:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=fbd47fb65265ebbe0cc536cc8ab087a5775b08b3'/>
<id>fbd47fb65265ebbe0cc536cc8ab087a5775b08b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adds a system check for fips enablement and runs in fips mode if enabled</title>
<updated>2016-05-04T21:44:38+00:00</updated>
<author>
<name>Matt Wrock</name>
<email>matt@mattwrock.com</email>
</author>
<published>2016-04-30T02:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b1de5700c49920c3ac478ac1061e1af80d463276'/>
<id>b1de5700c49920c3ac478ac1061e1af80d463276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Run in fips mode if node is fips enabled"</title>
<updated>2016-04-27T17:11:12+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2016-04-27T17:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=fae30e6a075977bfad381a22dd979601e350258d'/>
<id>fae30e6a075977bfad381a22dd979601e350258d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>run in fips mode if node is fips enabled</title>
<updated>2016-04-25T20:14:41+00:00</updated>
<author>
<name>Matt Wrock</name>
<email>matt@mattwrock.com</email>
</author>
<published>2016-04-25T20:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=de243172e1b47afbc0873769d637caf7d4199114'/>
<id>de243172e1b47afbc0873769d637caf7d4199114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix proxified socket</title>
<updated>2016-03-22T04:23:08+00:00</updated>
<author>
<name>Salim Alam</name>
<email>salam@chef.io</email>
</author>
<published>2016-03-21T22:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=54934c5101d1c953595d820eb178c8479fdee295'/>
<id>54934c5101d1c953595d820eb178c8479fdee295</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
