| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Clean up some interdependencies in script resource tests.
|
| |
| |
| |
| | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Remove an unnecessary shared_context from execute resource tests
|
| |/
| |
| |
| | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Mark deep_merge as private
|
|/
|
|
|
|
|
| |
It ain't quite private, but if people find it useful but not quite what
they want they need to maintain their own implementation.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
powershell_script cleanup
|
| |
| |
| |
| | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| |
| |
| |
| | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| |
| |
| |
| |
| |
| |
| | |
Introcduced 12 years ago, probably just cruft that never got cleaned up:
https://github.com/chef/chef/commit/f826880c267755005fccb93bdac6105a3a8e24b2
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
|/
|
|
| |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
chef_client_systemd_timer: Fix failures in the :remove action
|
|/
|
|
|
|
| |
Get the actual systemd action right. Add a kitchen test for this as well.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Resolve Style/RedundantAssignment warnings
|
| |
| |
| |
| |
| |
| | |
Avoid assigning when we don't need to
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Update spellcheck config with nice stuff from other repos.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |_|/
|/| | |
Combine attr_reader / attr_writer into attr_accessor
|
|/ /
| |
| |
| |
| |
| | |
Resolves Style/BisectedAttrAccessor
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Cleanup extra binaries from libxml2 and libxslt
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Neither of these libraries let you skip building these.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \
| |_|/
|/| | |
Bump InSpec/Train/omnibus-software
|
|/ /
| |
| |
| |
| |
| | |
Bump everything to the latest
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Speed up our bundle installs by always running 3 jobs
|
|/
|
|
|
|
|
| |
multi-job bundle install is the default in the next release, but for now
we should make sure we set it everywhere.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Remove lzma and bzip binaries from our builds
|
|/
|
|
|
|
| |
We don't need these.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Convert windows custom resources to unified_mode
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tiny bit of code rage included to wipe out a completely unnecessary
nodoc property I found in two of these.
There are 7 other non-custom-resource-style windows resources that
need converting that are all that is left.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Remove more requires that come for free
|
| |/
| |
| |
| |
| |
| | |
The universal DSL includes all this stuff. In resource we include the universal DSL, but we also include several of the things it includes.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|