| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This code supports sysv-rc < 2.88
Debian 8 comes with 2.88dsf-59
Debian 7 comes with 2.88dsf-41
So it seems that this code support Debian 6 which went EOL almost exactly 4 years ago.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Fix file descriptor leak in our tests
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/
|
|
|
|
|
|
|
|
| |
Mac has a default max fd of 256 which this can pretty much blow out by
leaking PIPE objects which last until the garbage collector destroys
the instances, this forces the pipes to be closed when the stop function
is called here. Cuts down on over 200 leaking file descriptors from
this test which leak into the subsequent tests.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
fixing some windows func test breaks
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|\ \
| |/
|/| |
Bump inspec-core to 4.18.100
|
|/
|
|
|
|
| |
This pull request was triggered automatically via Expeditor when inspec-core 4.18.100 was promoted to Rubygems.
This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
|
|\
| |
| | |
Rename cop in the .rubocop.yml for new chefstyle
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Use the action DSL consistently
|
| |
| |
| |
| |
| |
| |
| |
| | |
May be a potentially breaking change if I noodle hard enough on it, it
does mean that all the actions are now (correctly) encapsulated in a
sub-resource collection, whereas before they never had one.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Replace highline.color with pastel.decorate
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Contributes to the removal of the 'heavy' highline dependency (#9359) by
switching from highline.color to pastel.decorate, which is a drop-in
replacement. Pastel is part of the tty[1] family of libraries.
[1] https://github.com/piotrmurach/tty#3-components
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |/ /
|/| | |
Bump train-core to 3.2.23
|
|/ /
| |
| |
| |
| |
| | |
This pull request was triggered automatically via Expeditor when train-core 3.2.23 was promoted to Rubygems.
This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Deprecate Chef::Platform.supports_msi?
|
| | |
| | |
| | |
| | |
| | |
| | | |
This was put in place for Windows Server Nano which didn't support MSIs. That's not a platform anymore so it can go. Here's the original PR: https://github.com/chef/chef/pull/3939
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Remove the mixin powershell includes from resources
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is in universal so we don't need to do it in these resources /
providers. We had it in some, but not in others.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \
| | | | |
| | | | | |
More removal of Windows 2008 R2 support from windows_feature_powershell
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/chef/chef/pull/9205 did the initial bit, but I failed to remove the #powershell_version method that was called by #raise_on_old_powershell. Also remove a platform check around the registry key checks.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove the last bits of Appveyor from the specs
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We don't have Appveyor anymore.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove constraints on specs
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Run it all.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix gsub so only file endings of .rb and .json are removed.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
like FQDNs with them in between will not be handeled.
Signed-off-by: Jörg Herzinger <joerg.herzinger@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Update gcc pinning for solaris to 5.4.0
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Jaymala Sinha <jsinha@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.
|
|\ \ \ \
| | | | |
| | | | | |
Deprecate the older_than_win_2012_or_8? helper
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Within Chef this is only used in the windows_feature_powershell resource which I've cleaned up.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \
| |/ / /
|/| | | |
Don't require/include Mixin Shellout in freebsd_package and openbsd_package
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
This comes for free with Resource and these are the only two resources that were doing it.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|