Fill in basic info for the Fedora distro

This commit is contained in:
Garrett Holmstrom 2012-09-17 11:23:51 -07:00
parent d5eb69c18f
commit ae2e3f129d
1 changed files with 2 additions and 1 deletions

View File

@ -28,4 +28,5 @@ LOG = logging.getLogger(__name__)
class Distro(rhel.Distro):
pass
distro_name = 'fedora'
default_user = 'ec2-user'