summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add cron_d and cron_access resources from the cron cookbookcron_dTim Smith2018-07-057-1/+382
| | | | | | Cron_d was the #1 requested resource that we already had written. Everyone uses it and we should ship it. It's not a replacement for the existing cron cookbook, but just a different way of managing cron. If people want to manage the whole file or individual snippets we'll give them the option, just as we've always done by having the core resource and this resource. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7420 from chef/sp/quiet-bundler-win-messagesTim Smith2018-07-031-1/+1
|\ | | | | Quiet down bundle install/bundle exec messages on Windows [skip ci]
| * Quiet down bundle install/bundle exec messages on Windows [skip ci]Stuart Preston2018-07-041-1/+1
|/ | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Merge pull request #7418 from chef/sp/temp-disable-amazon-linux-2Tim Smith2018-07-031-17/+19
|\ | | | | Temporary disable of Amazon Linux 2 from Travis CI
| * Temporary disable of Amazon Linux 2 from Travis CIStuart Preston2018-07-031-17/+19
| | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | Bump version to 14.3.29 by Chef Expeditorv14.3.29Chef Expeditor2018-07-035-11/+12
| |
* | Merge pull request #7390 from coderanger/yet-more-credsLamont Granquist2018-07-0312-19/+518
|\ \ | |/ |/| knife config and a bunch of UX improvements
| * Missed another command to rename in the notes.Noah Kantrowitz2018-07-031-2/+2
| | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-0263-185/+183
| |\ | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * \ Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-02723-13386/+12197
| |\ \ | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Update release notes for new command nameNoah Kantrowitz2018-07-021-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Rename the command to `knife config get`.Noah Kantrowitz2018-06-282-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Remove any whitespace from the context name.Noah Kantrowitz2018-06-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Don't need this anymore.Noah Kantrowitz2018-06-241-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Apparently the block argument is already in use with `knife()` even though I ↵Noah Kantrowitz2018-06-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | can't figure out quite how. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Check if a proxy is set specifically to nil.Noah Kantrowitz2018-06-231-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add som release notes.Noah Kantrowitz2018-06-231-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add fallback when asking for a specific key that isn't in the non-all data.Noah Kantrowitz2018-06-231-6/+7
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Show nicer labels for STDOUT/ERR.Noah Kantrowitz2018-06-231-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add tests for `knife config`.Noah Kantrowitz2018-06-232-1/+194
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add a new `knife config` command.Noah Kantrowitz2018-06-231-0/+116
| | | | | | | | | | | | | | | | | | | | | | | | This helps to inspect the configuration, aid in debugging, and work with scripts. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Fill in some default config values for workstation commands.Noah Kantrowitz2018-06-232-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | node_name defaults to the current username. client_key defaults to either $node_name.pem or user.pem. validation_key to either $validation_client_name.pem, validator.pem, or validation.pem. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add support for a $CHEF_HOME environment variable and improve support for ↵Noah Kantrowitz2018-06-232-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | the existing $KNIFE_HOME. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Refactor the dot_d helpers and simplify them a bit.Noah Kantrowitz2018-06-231-10/+15
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Use `has_key?` so as to not add the blank keys to the config unless needed.Noah Kantrowitz2018-06-231-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Make the default validation client name more likely to be correct.Noah Kantrowitz2018-06-232-1/+27
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Demote this log line to trace because this is not generally something a user ↵Noah Kantrowitz2018-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | needs to worry about. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Bump version to 14.3.28 by Chef Expeditorv14.3.28Chef Expeditor2018-07-035-11/+12
| | | |
* | | | Merge pull request #7417 from chef/lcg/chefstyle4Lamont Granquist2018-07-0262-109/+109
|\ \ \ \ | | | | | | | | | | chefstyle: fix Style/MutableConstant
| * | | | fix Style/MutableConstantLamont Granquist2018-07-0262-109/+109
|/ / / / | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.3.27 by Chef Expeditorv14.3.27Chef Expeditor2018-07-035-11/+12
| |_|/ |/| |
* | | Merge pull request #7415 from chef/lcg/chefstyle3Lamont Granquist2018-07-0263-185/+183
|\ \ \ | |_|/ |/| | More chefstyle updates
| * | pick up Gemfile.lock bumpLamont Granquist2018-07-021-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Style/PreferredHashMethodsLamont Granquist2018-07-0262-182/+180
| | | | | | | | | | | | | | | | | | | | | absolutely hard requirement on the fixes that went into chef-config 2.2.11, so the floor of that gem is bumped up. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Naming/HeredocDelimiterCaseLamont Granquist2018-07-021-3/+3
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.3.26 by Chef Expeditorv14.3.26Chef Expeditor2018-07-021-1/+1
| |
* | Bump version to 14.3.25 by Chef Expeditorv14.3.25Chef Expeditor2018-07-025-13/+13
| |
* | Merge pull request #7414 from chef/lcg/chefstyle2Lamont Granquist2018-07-02606-11514/+11513
|\ \ | | | | | | Chefstyle fixes
| * | fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-024-10/+10
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-024-11/+11
| | | | | | | | | | | | | | | | | | cop Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Style/UnneededInterpolationLamont Granquist2018-07-0234-67/+67
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-0288-289/+289
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | clean up whitespace againLamont Granquist2018-07-0238-329/+329
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/DotPositionLamont Granquist2018-07-0251-653/+653
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/AlignHash caused by Style/HashSyntaxLamont Granquist2018-07-022-3/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/IndentHeredocLamont Granquist2018-07-02139-6600/+6600
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Style/HashSyntaxLamont Granquist2018-07-02470-4145/+4144
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.3.24 by Chef Expeditorv14.3.24Chef Expeditor2018-07-025-11/+13
| | |
* | | Merge pull request #7405 from chef/win32service_warningsLamont Granquist2018-07-023-15/+15
|\ \ \ | |/ / |/| | Pull in new InSpec and win32-service
| * | Pull in new InSpec and win32-serviceTim Smith2018-06-293-15/+15
| | | | | | | | | | | | | | | | | | This resolves Ruby deprecation warnings when interacting with Windows services. Signed-off-by: Tim Smith <tsmith@chef.io>