summaryrefslogtreecommitdiff
path: root/cloudinit/distros/fedora.py
AgeCommit message (Collapse)Author
2012-09-19Fix the ifup so that if a list of devices is providedJoshua Harlow
then each interface is brought up individually instead of using the '--all' which isn't on rhel. The default debian behavior will be to use this still though as it overrides the new bring up interfaces function for this case.
2012-09-17Fill in basic info for the Fedora distroGarrett Holmstrom
2012-06-221. Add a ubuntu and fedora subclass of the RH/debian root classesJoshua Harlow
2. Move the ubuntu class to the debian class (since thats really what it is)