summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Fix all the string errorsexpeditor/chef/chefstyle_b5c712d298e240493020b8d5977f03172cc65e17Tim Smith2021-10-221-1/+1
* Use a native resource in the ifconfig debian providerTim Smith2020-10-191-4/+3
* Add bridge property to ifconfig for RHEL based systemsTim Smith2020-10-191-1/+3
* Remove unit tests for ancient Debian / UbuntuTim Smith2020-10-191-1/+1
* Simplify the ifconfig provides statement on Ubuntu/DebianTim Smith2020-10-191-2/+1
* Changing ifconfig provider to use '-' trim_mode for its ERB templates and upd...Jake Herbst2020-10-062-32/+84
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-022-0/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-083-3/+3
* Convert require to require_relativeLamont Granquist2019-05-083-4/+4
* Merge pull request #7475 from chef/ifconfigTim Smith2018-07-182-0/+2
|\
| * ifconfig: Add gateway property on RHEL/Debian based systemsifconfigTim Smith2018-07-162-0/+2
* | Merge pull request #7484 from chef/attribute_to_propertiesTim Smith2018-07-171-1/+1
|\ \ | |/ |/|
| * Update the error in ifconfig aix provider to use property as wellattribute_to_propertiesTim Smith2018-07-171-1/+1
* | Merge branch 'vlan' of https://github.com/tomdoherty/chef into tomdoherty-vlanTim Smith2018-07-161-0/+1
|\ \ | |/ |/|
| * Allow specifying VLAN on RHEL/CentosTom Doherty2017-09-131-0/+1
* | Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* | begin fix up of ifconfig provider on 1804Thom May2018-04-231-0/+2
* | Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* | Add support for network family in DebianAaron Kalin2018-02-201-3/+3
|/
* Ensure we quote ETHTOOL/BONDING_OPTSTom Doherty2017-09-081-2/+2
* Add options for bonding NICs on RHEL/CentosTom Doherty2017-09-071-0/+3
* Add support for specifying ETHTOOL_OPTS on Red HatTom Doherty2017-09-071-0/+1
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-031-1/+1
* cleanup of ifconfig and route providerslcg/route-ifconfigLamont Granquist2016-12-223-62/+58
* autofixing whitespace copsLamont Granquist2016-02-052-2/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-023-3/+3
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-4/+4
* Use double quotes by defaultThom May2016-01-143-6/+6
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-1/+1
* Remove unnecessary "ClassName." from "ClassName.provides"John Keiser2015-06-021-1/+1
* Add platform_version to supported filtersJohn Keiser2015-06-021-10/+2
* Fix ifconfig platform version filterJohn Keiser2015-06-021-1/+10
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-023-0/+3
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-27/+25
* CHEF-5030: improve debian ifconfig provider codeLamont Granquist2014-03-051-8/+19
* revert is_vip from ifconfig resource.kaustubh-d2013-07-231-40/+4
* remove an extra space.kaustubh-d2013-07-231-1/+1
* aix ifconfig - handle vips.kaustubh-d2013-07-231-7/+11
* raise exception if metric attribute is set in aix ifconfig for add action.kaustubh-d2013-07-231-4/+2
* aix -ifconfig implement enable disable action.kaustubh-d2013-07-231-1/+15
* aix- abstract command generation for ifconfig.kaustubh-d2013-07-231-0/+37
* aix ifconfig - load current resource implementation.kaustubh-d2013-07-231-0/+82
* [CHEF-3029] onboot improved/fixed in Provider::Ifconfig::RedhatXabier de Zuazo2013-06-191-1/+1
* [CHEF-3029] source directive using full path (required to work properly)Xabier de Zuazo2013-06-191-1/+1
* [CHEF-3029] Ifconfig::Debian interfaces.d directory creation fixedXabier de Zuazo2013-06-191-1/+1
* [CHEF-3029] some empty lines and whitespaces cleaned upXabier de Zuazo2013-06-191-1/+1
* [CHEF-3029] Avoid code duplication in Ifconfig::Debian and Ifconfig::Redhat c...Xabier de Zuazo2013-06-192-46/+14