Add fedora 24 VMs to cdistvm.
[cdist.git] / cdistvm
diff --git a/cdistvm b/cdistvm
index e9e53a4887b33ca2809e14369c97ebb166ac52d8..6501e392c75faf034bc5905a5330f7bdc43530a1 100755 (executable)
--- a/cdistvm
+++ b/cdistvm
@@ -65,7 +65,10 @@ ports = { 'fedora-22-32': 2000,
           'fedora-22-64': 2001,
           'fedora-23-32': 2002,
           'fedora-23-64': 2003,
-          'arch-64': 2004 }
+          'arch-64': 2004,
+          'fedora-24-32': 2005,
+          'fedora-24-64': 2006,
+        }
 
 vbox = subprocess.Popen('vboxheadless --startvm %s' % args.target, shell=True)