summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig/redhat.rb
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
| | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* Use double quotes by defaultThom May2016-01-141-1/+1
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-1/+1
|
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-0/+1
|
* [CHEF-3029] onboot improved/fixed in Provider::Ifconfig::RedhatXabier de Zuazo2013-06-191-1/+1
|
* [CHEF-3029] Avoid code duplication in Ifconfig::Debian and Ifconfig::Redhat ↵Xabier de Zuazo2013-06-191-23/+5
| | | | classes
* [CHEF-3029] added hwaddr, metric and mtu configuration support to Ifconfig ↵Xabier de Zuazo2013-06-191-0/+3
| | | | providers
* [CHEF-3029] removed trailing whitespaces generated by Ifconfig::Redhat providerXabier de Zuazo2013-06-191-8/+8
|
* [CHEF-3029] some requires and class names fixedXabier de Zuazo2013-06-191-1/+1
|
* [CHEF-3029] Redhat ifconfig provider detachedXabier de Zuazo2013-06-191-0/+62