aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/xen.pp4
1 files changed, 2 insertions, 2 deletions
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"
}
}
}