<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/kitchen-tests/test, branch Performance_StringIdentifierArgument</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>Fix all the string errors</title>
<updated>2021-10-22T19:15:33+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2021-10-22T19:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c8c5b3b41e42c43117256798094f95d3412029bb'/>
<id>c8c5b3b41e42c43117256798094f95d3412029bb</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for ca_key_file before loading ca key</title>
<updated>2021-09-27T20:04:55+00:00</updated>
<author>
<name>Marc A. Paradise</name>
<email>marc.paradise@gmail.com</email>
</author>
<published>2021-09-27T18:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=7485cf079c8b60e4600a03b03f6ef00cb0d89495'/>
<id>7485cf079c8b60e4600a03b03f6ef00cb0d89495</id>
<content type='text'>
Checking for csr_file wasn't correct, because that's not what we're
using to load the ca key.

This also adds an inspec verification to ensure that the generated
`openssl_x509_certificate` in the _openssl.rb test is valid. It fails
without the supporting change.

Signed-off-by: Marc A. Paradise &lt;marc.paradise@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Checking for csr_file wasn't correct, because that's not what we're
using to load the ca key.

This also adds an inspec verification to ensure that the generated
`openssl_x509_certificate` in the _openssl.rb test is valid. It fails
without the supporting change.

Signed-off-by: Marc A. Paradise &lt;marc.paradise@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add habitat resources + content rendering helpers for json/toml/yaml (#11577)</title>
<updated>2021-07-08T21:46:51+00:00</updated>
<author>
<name>Jeff Brimager</name>
<email>jbrimager@chef.io</email>
</author>
<published>2021-07-08T21:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=503953c517498c627222033b684f6090071dc19a'/>
<id>503953c517498c627222033b684f6090071dc19a</id>
<content type='text'>
* commiting new resources to clean branch

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reworked toml_dumper resource helper to make sure all end statements were correct and it was being made available to other resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_deumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_dumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* calling toml dumper as a method

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing new method for toml_dumper helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding "use" statement for toml helper in habitat_config and habitat_toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixing relational mapping with toml_dumper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* using Chef::ResourceHelper::TomlDumper as method to create toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting syntax error for Chef::ResourceHelpers:: in the habitat_config and habitat_user_toml resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding a render helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* moved files to correct directories for render_helpers and corrected resource syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed renderhelers form chef-utils. there by mistake

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected class for render helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed broken end statement in chef/dsl/toml.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected render helper class syntax line 23. was set as a module
;

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected dsl helper mapping for render_helpers in spec tests

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* wiring chef-utls/internal to render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* remove "include internal" from render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff &lt;jbrimager@gmail.com&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on render_helpers_spec

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on chef-utils/lib/chef-utils.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all documentation to resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up render_helper_spec.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up spellcheck errors

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing unused variable from habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correecting bad syntaxt in habitat_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* temporarioly remove prperty descriptions from habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing documentation changes the habitat_package and habitat_sup as well

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaninig up commented issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all property descriptions back to habitat resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected chefstule errros

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up descriptions in habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up bad trailing spaces

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed kitchen runlist for linux

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing habitat from package providers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up bad character in habitat install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed habitat_package resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing how habitat_package connects to its provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* converted habitat_package_provider to a resource class

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections made

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* connecting habitat_package with _provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing resource method for habit_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* more chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverted changes

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting end statements and bad syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* trying to alter habitat_package_provider to work as a resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* altering the methods for remove_package in habitat_provider_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* mapping exceptions to habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* habitat_package resource connected to habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed V2 hab version compare from habitat_package provider we will only support systemd moving forward

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing yesterdays changes to see if they are causing the issue with habitat_sup

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverting the habitat_package provider to previous state

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing bad test

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* restored the version_compare in habitat provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting spellcheck issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* commiting new resources to clean branch

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reworked toml_dumper resource helper to make sure all end statements were correct and it was being made available to other resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_deumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_dumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* calling toml dumper as a method

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing new method for toml_dumper helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding "use" statement for toml helper in habitat_config and habitat_toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixing relational mapping with toml_dumper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* using Chef::ResourceHelper::TomlDumper as method to create toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting syntax error for Chef::ResourceHelpers:: in the habitat_config and habitat_user_toml resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding a render helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* moved files to correct directories for render_helpers and corrected resource syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed renderhelers form chef-utils. there by mistake

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected class for render helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed broken end statement in chef/dsl/toml.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected render helper class syntax line 23. was set as a module
;

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected dsl helper mapping for render_helpers in spec tests

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* wiring chef-utls/internal to render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* remove "include internal" from render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on render_helpers_spec

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on chef-utils/lib/chef-utils.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all documentation to resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up render_helper_spec.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up spellcheck errors

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing unused variable from habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correecting bad syntaxt in habitat_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* temporarioly remove prperty descriptions from habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing documentation changes the habitat_package and habitat_sup as well

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaninig up commented issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all property descriptions back to habitat resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected chefstule errros

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up descriptions in habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up bad trailing spaces

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed kitchen runlist for linux

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing habitat from package providers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up bad character in habitat install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed habitat_package resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing how habitat_package connects to its provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* converted habitat_package_provider to a resource class

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections made

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* connecting habitat_package with _provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing resource method for habit_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* more chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverted changes

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting end statements and bad syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* trying to alter habitat_package_provider to work as a resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* altering the methods for remove_package in habitat_provider_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* mapping exceptions to habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* habitat_package resource connected to habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed V2 hab version compare from habitat_package provider we will only support systemd moving forward

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing yesterdays changes to see if they are causing the issue with habitat_sup

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverting the habitat_package provider to previous state

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing bad test

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* restored the version_compare in habitat provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting spellcheck issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding documentation to habitat resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting doc format in habitat_sup

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up descrtipstions and added proper tagging for doc generation

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed require_relative "toml" from render helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* misunderstanding in refactor. code added back for require_relative

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* misunderstanding in refactor. code added back for require_relative

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added use_multipackage_api to habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added guard to make sure habitat linux was only tested on systemd capable machines

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* extended timeout loops on _habitat_services kitchen tests

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed unnecessary tesys

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed deprecated test method for habitat package version_compare

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing private tag in the habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* more corrections to the habitat_package provider for testing

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed bad line in habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected punctuation on all habitat descriptions

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding notes to tk runs to explain why service loads are looped

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting spellcheck errors

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* merging master

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commiting new resources to clean branch

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reworked toml_dumper resource helper to make sure all end statements were correct and it was being made available to other resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_deumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_dumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* calling toml dumper as a method

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing new method for toml_dumper helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding "use" statement for toml helper in habitat_config and habitat_toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixing relational mapping with toml_dumper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* using Chef::ResourceHelper::TomlDumper as method to create toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting syntax error for Chef::ResourceHelpers:: in the habitat_config and habitat_user_toml resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding a render helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* moved files to correct directories for render_helpers and corrected resource syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed renderhelers form chef-utils. there by mistake

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected class for render helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed broken end statement in chef/dsl/toml.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected render helper class syntax line 23. was set as a module
;

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected dsl helper mapping for render_helpers in spec tests

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* wiring chef-utls/internal to render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* remove "include internal" from render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff &lt;jbrimager@gmail.com&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on render_helpers_spec

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on chef-utils/lib/chef-utils.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all documentation to resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up render_helper_spec.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up spellcheck errors

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing unused variable from habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correecting bad syntaxt in habitat_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* temporarioly remove prperty descriptions from habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing documentation changes the habitat_package and habitat_sup as well

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaninig up commented issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all property descriptions back to habitat resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected chefstule errros

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up descriptions in habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up bad trailing spaces

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed kitchen runlist for linux

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing habitat from package providers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up bad character in habitat install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed habitat_package resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing how habitat_package connects to its provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* converted habitat_package_provider to a resource class

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections made

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* connecting habitat_package with _provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing resource method for habit_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* more chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverted changes

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting end statements and bad syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* trying to alter habitat_package_provider to work as a resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* altering the methods for remove_package in habitat_provider_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* mapping exceptions to habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* habitat_package resource connected to habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed V2 hab version compare from habitat_package provider we will only support systemd moving forward

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing yesterdays changes to see if they are causing the issue with habitat_sup

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverting the habitat_package provider to previous state

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing bad test

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* restored the version_compare in habitat provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting spellcheck issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* commiting new resources to clean branch

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reworked toml_dumper resource helper to make sure all end statements were correct and it was being made available to other resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_deumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing implementation of toml_dumper to match how the cron_validations helper was implemented

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* calling toml dumper as a method

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing new method for toml_dumper helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding "use" statement for toml helper in habitat_config and habitat_toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixing relational mapping with toml_dumper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* using Chef::ResourceHelper::TomlDumper as method to create toml

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting syntax error for Chef::ResourceHelpers:: in the habitat_config and habitat_user_toml resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding a render helper

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* moved files to correct directories for render_helpers and corrected resource syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed renderhelers form chef-utils. there by mistake

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected class for render helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed broken end statement in chef/dsl/toml.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected render helper class syntax line 23. was set as a module
;

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected dsl helper mapping for render_helpers in spec tests

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* wiring chef-utls/internal to render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* remove "include internal" from render_helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed old helper from habitat_config and habitat_user_toml resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on render_helpers_spec

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections on chef-utils/lib/chef-utils.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all documentation to resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up render_helper_spec.rb

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up spellcheck errors

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing unused variable from habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correecting bad syntaxt in habitat_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* temporarioly remove prperty descriptions from habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing documentation changes the habitat_package and habitat_sup as well

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaninig up commented issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added all property descriptions back to habitat resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected chefstule errros

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up descriptions in habitat_install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaning up bad trailing spaces

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed kitchen runlist for linux

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing habitat from package providers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up bad character in habitat install

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* fixed habitat_package resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing how habitat_package connects to its provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* converted habitat_package_provider to a resource class

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* chefstyle corrections made

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* connecting habitat_package with _provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* testing habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* changing resource method for habit_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* more chefstyle corrections

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverted changes

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting end statements and bad syntax

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* trying to alter habitat_package_provider to work as a resource

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* altering the methods for remove_package in habitat_provider_package

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* mapping exceptions to habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* habitat_package resource connected to habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed V2 hab version compare from habitat_package provider we will only support systemd moving forward

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing yesterdays changes to see if they are causing the issue with habitat_sup

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* reverting the habitat_package provider to previous state

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing bad test

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* restored the version_compare in habitat provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting spellcheck issues

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding documentation to habitat resources

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting doc format in habitat_sup

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* cleaned up descrtipstions and added proper tagging for doc generation

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed require_relative "toml" from render helpers

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* misunderstanding in refactor. code added back for require_relative

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* misunderstanding in refactor. code added back for require_relative

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added use_multipackage_api to habitat_package_provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* added guard to make sure habitat linux was only tested on systemd capable machines

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* extended timeout loops on _habitat_services kitchen tests

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed unnecessary tesys

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed deprecated test method for habitat package version_compare

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removing private tag in the habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* more corrections to the habitat_package provider for testing

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* removed bad line in habitat package provider

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* corrected punctuation on all habitat descriptions

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* adding notes to tk runs to explain why service loads are looped

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* correcting spellcheck errors

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;

* merging master

Signed-off-by: Jeff Brimager &lt;jbrimager@chef.io&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update InSpec kitchen tests</title>
<updated>2020-11-10T19:52:01+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-11-10T19:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=02b674102e462750850013f349cf5b3b4d3e8e4a'/>
<id>02b674102e462750850013f349cf5b3b4d3e8e4a</id>
<content type='text'>
Get the correct format here

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

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Dry up testing a bit</title>
<updated>2020-10-13T04:06:49+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-10-13T03:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c30554c2e59cb80623b6d5db4614cabc14ef2dd9'/>
<id>c30554c2e59cb80623b6d5db4614cabc14ef2dd9</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional_config property</title>
<updated>2020-10-13T03:56:24+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-10-13T03:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b93860e919d2fa2c6a878ac78140c1ef25036942'/>
<id>b93860e919d2fa2c6a878ac78140c1ef25036942</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add InSpec test</title>
<updated>2020-10-13T03:27:54+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-10-13T03:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=fbde8dc0c3da8ae96e1cda3d36338779dff65ff1'/>
<id>fbde8dc0c3da8ae96e1cda3d36338779dff65ff1</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the webapp cookbook from integration tests</title>
<updated>2017-09-18T20:36:54+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2017-09-18T20:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5dde6e6ccad4c11b2b5229a1aa0899e2dfd75b34'/>
<id>5dde6e6ccad4c11b2b5229a1aa0899e2dfd75b34</id>
<content type='text'>
This isn't coming back. We'll replace it with the learnchef stuff in another PR.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This isn't coming back. We'll replace it with the learnchef stuff in another PR.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the URL to apache2 cookbook</title>
<updated>2017-09-18T17:10:55+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2017-09-15T23:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5749c193e2e26a9cee63df51196315faf257c5eb'/>
<id>5749c193e2e26a9cee63df51196315faf257c5eb</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove test files for old platforms</title>
<updated>2017-09-18T17:10:55+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2017-09-15T23:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b6c25aa805305ca9f8a5487b8c3a16ff41c51d03'/>
<id>b6c25aa805305ca9f8a5487b8c3a16ff41c51d03</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
