summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow flagging a resource property as sensitiveadamleff/sensitive-propertiesAdam Leff2016-08-253-2/+16
| | | | | | | | | | | | Some properties in custom resources may include sensitive data, such as a password for a database server. When the Resource's state is built for use by Data Collector or similar auditing tool, `Chef::Resource#state_for_resource_reporter` builds a hash of all state properties for that resource and their values. This leads to sensitive data being transmitted and potentially stored in the clear. This change enhances properties with the ability to set an individual property as sensitive and then have the value of that property suppressed when exporting the Resource's state.
* Bump version of chef to 12.14.33 by Chef Versioner.v12.14.33Chef Versioner2016-08-241-1/+1
|
* Bump version of chef to 12.14.32 by Chef Versioner.v12.14.32Chef Versioner2016-08-241-1/+1
|
* Bump version of chef to 12.14.31 by Chef Versioner.v12.14.31Chef Versioner2016-08-241-1/+1
|
* Merge pull request #5243 from chef/lcg/rewrite-linux-user-providerLamont Granquist2016-08-245-33/+163
|\ | | | | Rewrite linux useradd provider
| * sort out the -m / -M mess a bit betterLamont Granquist2016-08-231-5/+8
| | | | | | | | | | | | -M is not valid for usermod Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * set manage_home default back to falseLamont Granquist2016-08-231-2/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * clean up everythingLamont Granquist2016-08-234-31/+159
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 12.14.30 by Chef Versioner.v12.14.30Chef Versioner2016-08-241-1/+1
| |
* | Create and delete yum repositoriesThom May2016-08-247-13/+331
|/ | | | Signed-off-by: Thom May <thom@may.lt>
* Bump version of chef to 12.14.29 by Chef Versioner.v12.14.29Chef Versioner2016-08-231-1/+1
|
* Bump version of chef to 12.14.28 by Chef Versioner.v12.14.28Chef Versioner2016-08-231-1/+1
|
* Merge pull request #5210 from mal/systemd-unit-verifyThom May2016-08-231-0/+9
|\ | | | | Verify systemd_unit file during create
| * Verify systemd_unit file during createMal Graty2016-08-211-0/+9
| |
* | Bump version of chef to 12.14.27 by Chef Versioner.v12.14.27Chef Versioner2016-08-231-1/+1
| |
* | Merge pull request #5233 from coderanger/notifstringNoah Kantrowitz2016-08-231-1/+9
|\ \ | | | | | | Add a warning for guard blocks that return a non-empty string
| * | Add a warning for guard blocks that return a non-empty string.Noah Kantrowitz2016-08-221-1/+9
| | | | | | | | | | | | | | | | | | | | | This will hopefully catch errors like this: myresource 'name' do not_if { 'some command' } end
* | | Bump version of chef to 12.14.26 by Chef Versioner.v12.14.26Chef Versioner2016-08-231-1/+1
| | |
* | | Bump version of chef to 12.14.25 by Chef Versioner.v12.14.25Chef Versioner2016-08-231-1/+1
| | |
* | | Merge pull request #5128 from criteo-forks/package_cookbook_nameThom May2016-08-231-0/+2
|\ \ \ | | | | | | | | Forward package cookbook_name to underlying remote_file
| * | | Forward package cookbook_name to underlying remote_fileBaptiste Courtois2016-07-221-0/+2
| | | |
* | | | Bump version of chef to 12.14.24 by Chef Versioner.v12.14.24Chef Versioner2016-08-231-1/+1
| |/ / |/| |
* | | Bump version of chef to 12.14.23 by Chef Versioner.v12.14.23Chef Versioner2016-08-231-1/+1
| | |
* | | Bump version of chef to 12.14.22 by Chef Versioner.v12.14.22Chef Versioner2016-08-221-1/+1
| | |
* | | Bump version of chef to 12.14.21 by Chef Versioner.v12.14.21Chef Versioner2016-08-221-1/+1
| | |
* | | Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-223-9/+13
| | | | | | | | | | | | See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why.
* | | Bump version of chef to 12.14.20 by Chef Versioner.v12.14.20Chef Versioner2016-08-221-1/+1
| | |
* | | Bump version of chef to 12.14.19 by Chef Versioner.v12.14.19Chef Versioner2016-08-221-1/+1
| | |
* | | Bump version of chef to 12.14.18 by Chef Versioner.v12.14.18Chef Versioner2016-08-221-1/+1
| |/ |/|
* | Bump version of chef to 12.14.17 by Chef Versioner.v12.14.17Chef Versioner2016-08-201-1/+1
| |
* | user provider manage_home behavior and refactorLamont Granquist2016-08-1916-13/+267
| | | | | | | | | | | | | | | | | | split out the user provider into 1:1 resources. fix the behavior of the linux user provider to implement manage_home behavior correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 12.14.16 by Chef Versioner.v12.14.16Chef Versioner2016-08-191-1/+1
| |
* | Bump version of chef to 12.14.15 by Chef Versioner.v12.14.15Chef Versioner2016-08-181-1/+1
| |
* | Merge pull request #5152 from tas50/usermodTim Smith2016-08-181-1/+1
|\ \ | | | | | | Fix specify members of group on suse/openbsd/solaris2/hpux
| * | Fix specify members of group on suse/openbsd/solaris2/hpuxTim Smith2016-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Action is an array. We need to check to see if create is in the action array instead of checking to see if it's ";create" which it never will be. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version of chef to 12.14.14 by Chef Versioner.v12.14.14Chef Versioner2016-08-181-1/+1
| | |
* | | Bump version of chef to 12.14.13 by Chef Versioner.v12.14.13Chef Versioner2016-08-181-1/+1
| | |
* | | Merge pull request #5218 from chef/lcg/more-more-copsLamont Granquist2016-08-1827-117/+132
|\ \ \ | | | | | | | | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade
| * | | fix private methods that weren't privateLamont Granquist2016-08-181-37/+46
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | rearrange private/public add @api privateLamont Granquist2016-08-181-11/+25
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add an @api private commentLamont Granquist2016-08-181-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | stray Lint/UselessAccessModifierlcg/more-more-copsLamont Granquist2016-08-171-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-1727-69/+62
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 12.14.12 by Chef Versioner.v12.14.12Chef Versioner2016-08-171-1/+1
|/ / /
* | | Bump version of chef to 12.14.11 by Chef Versioner.v12.14.11Chef Versioner2016-08-171-1/+1
| | |
* | | Bump version of chef to 12.14.10 by Chef Versioner.v12.14.10Chef Versioner2016-08-171-1/+1
| | |
* | | Update to latest chefstyleJohn Keiser2016-08-171-2/+0
| | |
* | | Bump version of chef to 12.14.9 by Chef Versioner.v12.14.9Chef Versioner2016-08-171-1/+1
| | |
* | | Merge pull request #5216 from chef/jk/symlinks-ruby23-windowsJohn Keiser2016-08-171-9/+21
|\ \ \ | | | | | | | | Fix cookbook upload of symlinked cookbooks in Ruby 2.3 on Windows
| * | | Fix symlink tests on Ruby 2.3 on WindowsJohn Keiser2016-08-171-9/+21
| | | |