summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig.rb
Commit message (Expand)AuthorAgeFilesLines
* Move idempotency logs to debugPhil Dibowitz2021-03-061-2/+2
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-7/+7
* Fixing string quoting styleJake Herbst2020-10-061-1/+1
* Changing ifconfig provider to use '-' trim_mode for its ERB templates and upd...Jake Herbst2020-10-061-1/+1
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-121-1/+1
* Remove unnecessary Mixin::ShellOut in providersshell_outTim Smith2020-08-031-3/+0
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-7/+7
* Use the action DSL consistentlyLamont Granquist2020-03-021-4/+4
* debian 10 ifconfig fixLamont Granquist2020-01-281-4/+13
* updated code according to regexdheerajd-msys2019-08-211-2/+2
* fix review commentsdheerajd-msys2019-08-071-1/+3
* fix regex matching interface name with dashdheerajd-msys2019-08-061-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-4/+4
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+6
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* rebase + squashLamont Granquist2018-07-061-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-151-4/+4
* mechanical conversion of most debug log statements to traceThom May2018-03-261-6/+6
* Modernize the ifconfig resourceTim Smith2017-12-181-12/+6
* Stub out call to 'ifconfig --version' in unit testsBryan McLellan2017-11-221-1/+1
* Updated with examples for versions of ifconfigshain/fix_centos_rhel_testScott Hain2017-11-171-0/+20
* Don't run ifconfig tests on RHEL7, as it is not part of the base OSScott Hain2017-11-161-5/+6
* Turns out there are multiple versions of net-tools with completely different ...Scott Hain2017-11-161-29/+67
* Fix for ipaddress issuesScott Hain2017-11-151-8/+17
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-2/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+0
* cleanup of ifconfig and route providerslcg/route-ifconfigLamont Granquist2016-12-221-63/+52
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-1/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-8/+8
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* Use target, not name, if it is specified.Julian C. Dunn2015-07-041-2/+2
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-0/+2
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-25/+25
* move (generate|delete)_config out of the process of running-configsakazuki2014-09-101-3/+3
* refacteringsakazuki2014-09-101-2/+1
* fix bugsakazuki2014-09-101-2/+1
* rewrite in the style of remote_directorysakazuki2014-09-101-6/+14
* fix CHEF-4933sakazuki2014-09-101-11/+4
* Normalize whitespace on all filesSeth Vargo2013-09-261-9/+9
* revert is_vip from ifconfig resource.kaustubh-d2013-07-231-2/+2
* process ifconfig add/enable actions for aix vip, use platform specific loopba...kaustubh-d2013-07-231-5/+8
* aix -ifconfig implement enable disable action.kaustubh-d2013-07-231-4/+9
* ifconfig - generate configs only when updating interface.kaustubh-d2013-07-231-16/+14
* fix - set the current resource device properly.kaustubh-d2013-07-231-1/+1