<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec, branch php</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>Add windows_feature, windows_feature_powershell, and</title>
<updated>2018-03-02T21:41:08+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-03-02T21:37:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=43074e78329d3901f04080e4b3a1b04a39ba6bca'/>
<id>43074e78329d3901f04080e4b3a1b04a39ba6bca</id>
<content type='text'>
windows_feature_dism resources

Ported from the windows cookbook 4.0

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
windows_feature_dism resources

Ported from the windows cookbook 4.0

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the :uninstall action from chocolatey_package - CHEF-21</title>
<updated>2018-02-28T20:57:27+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-02-28T20:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=494de6eea80595bd44d98fac6cd2560d1a5731cc'/>
<id>494de6eea80595bd44d98fac6cd2560d1a5731cc</id>
<content type='text'>
Remove the previously deprecated :uninstall action for
chocolatey_package. This is noted in CHEF-21

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the previously deprecated :uninstall action for
chocolatey_package. This is noted in CHEF-21

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6916 from chef/lcg/fix-default-precedence</title>
<updated>2018-02-28T10:23:43+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2018-02-28T10:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=70ac5b0c4e60b922abb22cdb6ed1278e852bdce9'/>
<id>70ac5b0c4e60b922abb22cdb6ed1278e852bdce9</id>
<content type='text'>
Stop mixlib-cli default clobbering mixlib-config settings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop mixlib-cli default clobbering mixlib-config settings</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6781 from linyows/notice-duplicated-ip</title>
<updated>2018-02-27T15:19:03+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2018-02-27T15:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e2788b28b33f4fba47c13c7834fdc448e534f5ad'/>
<id>e2788b28b33f4fba47c13c7834fdc448e534f5ad</id>
<content type='text'>
Raise fatal error If FQDN duplicated</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raise fatal error If FQDN duplicated</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6861 from smcavallo/bootstrap_preinstall_command</title>
<updated>2018-02-27T10:15:29+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2018-02-27T10:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e1f1bd24d23e7fc37aaf05e705d4d9cedff4d797'/>
<id>e1f1bd24d23e7fc37aaf05e705d4d9cedff4d797</id>
<content type='text'>
Add support for knife bootstrap-preinstall-command</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for knife bootstrap-preinstall-command</pre>
</div>
</content>
</entry>
<entry>
<title>Stop mixlib-cli default clobbering mixlib-config settings</title>
<updated>2018-02-27T04:32:51+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-02-27T04:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=7a09548c07dc473c220cd9b4def190d53b7e8c0f'/>
<id>7a09548c07dc473c220cd9b4def190d53b7e8c0f</id>
<content type='text'>
The pre-14 precedence level is:

1. mixlib-cli setting
2. mixlib-cli default
3. mixlib-config setting
4. mixlib-config default

This means that if an option has a mixlib-cli default that it cannot
ever be set in the config file.

This PR swaps 2+3 around:

1. mixlib-cli setting
2. mixlib-config setting
3. mixlib-cli default
4. mixlib-config default

Now the mixlib-cli defaults still take precedence over mixlib-config
defaults, but it is possible to set a value in config.rb if there's
a mixlib-cli default setting (which creeps into the settings in hidden
ways if you just use `boolean: true` in mixlib-cli).

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pre-14 precedence level is:

1. mixlib-cli setting
2. mixlib-cli default
3. mixlib-config setting
4. mixlib-config default

This means that if an option has a mixlib-cli default that it cannot
ever be set in the config file.

This PR swaps 2+3 around:

1. mixlib-cli setting
2. mixlib-config setting
3. mixlib-cli default
4. mixlib-config default

Now the mixlib-cli defaults still take precedence over mixlib-config
defaults, but it is possible to set a value in config.rb if there's
a mixlib-cli default setting (which creeps into the settings in hidden
ways if you just use `boolean: true` in mixlib-cli).

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6767 from chef/windows_resources</title>
<updated>2018-02-26T20:10:51+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-02-26T20:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=def7b6fbf871de2a4d24f8860e59d3487f69eb18'/>
<id>def7b6fbf871de2a4d24f8860e59d3487f69eb18</id>
<content type='text'>
Add windows auto_run, font, pagefile, printer, printer_port, and shortcut resources</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add windows auto_run, font, pagefile, printer, printer_port, and shortcut resources</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6877 from chef/essentially_built</title>
<updated>2018-02-26T18:11:11+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2018-02-26T18:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4433c8d0a3a33cbe226563fd45c87a02ec90bdc0'/>
<id>4433c8d0a3a33cbe226563fd45c87a02ec90bdc0</id>
<content type='text'>
Add build_essential resource from the build-essential cookbook</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add build_essential resource from the build-essential cookbook</pre>
</div>
</content>
</entry>
<entry>
<title>Add windows auto_run, font, pagefile, printer, printer_port, and shortcut resources</title>
<updated>2018-02-24T05:11:01+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-01-20T05:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=00b9d510b68e87b77e8d3105280b4e8c8d6d1dbf'/>
<id>00b9d510b68e87b77e8d3105280b4e8c8d6d1dbf</id>
<content type='text'>
Ported from the Windows cookbook

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ported from the Windows cookbook

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Per-container deep merge caching"</title>
<updated>2018-02-23T19:20:50+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-02-23T19:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c60c5009e887e650c747581f90b6c68dfae44234'/>
<id>c60c5009e887e650c747581f90b6c68dfae44234</id>
<content type='text'>
This reverts commit 0c29acc106ca774e230c8ef45694c8bffd166b69.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0c29acc106ca774e230c8ef45694c8bffd166b69.
</pre>
</div>
</content>
</entry>
</feed>
