| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Remove unused systemu dependency
|
| | |
| | |
| | |
| | |
| | |
| | | |
I can't see a place where we're using this.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |/ /
|/| /
| |/ |
Minor memory optimizations
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
Just fall back to nil with an else
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
Avoid requiring these unless we actually run the plugin.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
Decreases memory usage slightly
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
We actually only use net/http and this way we avoid requiring another file
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
|
|
| |
Avoid creating an object here
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Simplify FIPS plugin and use system fips status
|
| |
| |
| |
| |
| |
| | |
Don't rely on fips being enabled by chef-config. Pull the system status instead.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Use match? instead of =~ when MatchData is not used
|
| |
| |
| |
| |
| |
| | |
Don't run match? against nil
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
|
|
| |
We don't need this data.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Add Address Family Check to route_is_valid_default_route?
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- We can now have IPv6 next hops for IPv4 routes in Linux
- We don't have enough information to validate the route as valid if they are differen address families
Test:
- Add an rspec test to show it returning false like we'd hoped
- Have also tested on Facebook servers internally
Signed-off-by: Cooper Lees <me@cooperlees.com>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Use .find instead of .select.first
|
|/ /
| |
| |
| |
| |
| | |
Avoid creating and object we don't need.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Faster ruby language plugin
|
|/
|
|
|
|
| |
This drops two additional shell outs to run ruby.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Spelling fixes
|
|/
|
|
|
|
| |
Pull in the latest rake task, fix some variable names, fix a few legit typos.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Remove redundant file encoding in spec
|
| |
| |
| |
| |
| |
| | |
In Ruby 2+ this is the default.
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.
|
|\
| |
| | |
Readme updates
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Handle IP to int conversion for inet + inet6
|
| |
| |
| |
| | |
Signed-off-by: Cooper Lees <me@cooperlees.com>
|
| |
| |
| |
| | |
Signed-off-by: Cooper Lees <me@cooperlees.com>
|
| |
| |
| |
| | |
Signed-off-by: Cooper Lees <me@cooperlees.com>
|
| |
| |
| |
| | |
Signed-off-by: Cooper Lees <me@cooperlees.com>
|