| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Moving towards a world where we properly load the current state. Adds a method that grabs the current timezone and properly fails with a warning message if we don't have the privs we need. Using converge_by and shell_out to set the timezone so we get a nice clean converge messaging vs. execute resources. Also improves the description to give a link to where users can find all the TZ options.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
add GEMFILE_MOD to pin ohai to github master
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
shell_out auto-timeout still needs to be restricted to only providers
|
|/
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Remove cookbook merging/shadowing from the cookbooker loader
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/
|
|
|
|
| |
This has been deprecated since forever.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Remove legacy require_recipe DSL method
|
| |
| |
| |
| |
| |
| |
| | |
We've been warning on this one for YEARS and we have a Foodcritic rule
for it as well, which has been around since before I was at Chef.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Do the shell_out deprecations for Chef-15.
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| |
| |
| | |
almost forgot to delete it.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Whoever wrote the what-to-do-in-Chef-15 notes did a pretty decent job of it, but
the specs for the timeouts could have used a pointer into the code where
the TODOs were located, I got lost there for a few minutes...
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Update description fields from the docs site
|
| | |
| | |
| | |
| | |
| | |
| | | |
Minor syncs from the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Make all Chef 14 preview resources into full resources
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
These will now load and cookbook resources will not.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Remove the deprecated knife bootstrap --identity-file flag
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove this deprecated flag
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
Start Chef 15 development
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ohai has a ceiling on the chef-config version it will accept. I just
kicked master to ohai 15 in the ohai repo. Pulling from master should
allow this all to work now.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/ /
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | |
|
| |
| |
| | |
We have the tester now
|
|\ \
| | |
| | | |
Add release notes for Chef 14.6
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Fix locale on RHEL 6 / Amazon Linux
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
There was a double source in the command, which would fail.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Pin rake to 12.3.0 to prevent installing 2 copies in our install
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
We install 12.3.0 from the ruby 2.5 source. This prevents us from installing both 12.3.0 and 12.3.1
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |/ /
|/| | |
Add some retry/delay in HTTP functional tests
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We are seeing some failures when running the functional tests on our new
Anka-based macOS testers. This small tweaks to the `Chef::Config` used
in the specs fix the issues.
Signed-off-by: Seth Chisamore <schisamo@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |/ /
|/| | |
Move iso8601 gem to windows only gemspec
|
|/ /
| |
| |
| |
| |
| | |
We only use this in the windows_task resource. No need to ship it on *nix. This also brings in the latest release where I trimmed the files in the gem down.
Signed-off-by: Tim Smith <tsmith@chef.io>
|