summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/interface/redhat.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removing all of the code related to the interface type.Luke Kanies2008-07-031-261/+0
|
* Doing what I can to fix #1128, but just in preparation for removing 'interface'.Luke Kanies2008-07-031-6/+17
| | | | | | | | | | This type needs to be started again from scratch, and I'm not going to do so for 0.24.5. In particular, the model for red hat and sunos need to match -- they should both use the device name as the actual name. Signed-off-by: Luke Kanies <luke@madstop.com>
* replacing tabs with spaces in the redhat interface providerLuke Kanies2008-02-271-65/+65
|
* Adding more tests to the redhat interface provider. It noLuke Kanies2007-11-231-18/+25
| | | | | longer uses the :target parameter (which I'll be removing in the next commit).
* Applying patch from #834, apparently fixing a problemLuke Kanies2007-11-201-1/+6
| | | | with bringing up alias interfaces.
* Fixing #762. The main problem was that I accepted the patchLuke Kanies2007-11-201-78/+66
| | | | | | in #744 which broke the templates. In the process, I also added test code for the redhat interface provider and rewrote how parsing worked to make it more testable.
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
|
* Constants in provider/interface/redhat.rb are getting redifined as they are ↵christian2007-08-091-13/+13
| | | | | | dynamically assigned, changing them to instance variables git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2762 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #751 -- the interface providers now have basic tests, at least to ↵luke2007-08-051-100/+110
| | | | | | verify that prefetching and listing works. I think these resource types need to be largely rewritten, though, and they currently have no relationship to ifconfig, which seems strange. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2747 980ebf18-57e1-0310-9a29-db15c13687c0
* Renaming the linux interface provider to redhatluke2007-08-031-0/+241
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2737 980ebf18-57e1-0310-9a29-db15c13687c0