From: Micah Anderson Date: Thu, 2 Feb 2012 17:12:43 +0000 (-0500) Subject: workaround for http://projects.puppetlabs.com/issues/11511 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=59f7ba6d75060a13c5dfba9fba92b595419099d2;p=puppet-virtual.git workaround for http://projects.puppetlabs.com/issues/11511 --- diff --git a/manifests/xen.pp b/manifests/xen.pp index c5caa6c..96200ac 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -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" } } }