]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
workaround for http://projects.puppetlabs.com/issues/11511
authorMicah Anderson <micah@riseup.net>
Thu, 2 Feb 2012 17:12:43 +0000 (12:12 -0500)
committerMicah Anderson <micah@riseup.net>
Thu, 2 Feb 2012 17:12:43 +0000 (12:12 -0500)
manifests/xen.pp

index c5caa6cd19998da9fee8f5ef049147cdd1800e35..96200ac613f1556b15c506c79b3f7e85187352da 100644 (file)
@@ -96,8 +96,8 @@ class xen::domain::debian inherits xen::domain::base {
     }
     "squeeze": {
       $xen_linux_system = $architecture ? {
-        amd64 => "xen-linux-system-2.6.32-5-xen-amd64",
-        i386 => "xen-linux-system-2.6.32-5-xen-686"
+        'amd64','x86_64' => "xen-linux-system-2.6.32-5-xen-amd64",
+        'i386' => "xen-linux-system-2.6.32-5-xen-686"
       }
     }     
   }