From: Micah Anderson Date: Wed, 11 Feb 2009 20:38:34 +0000 (-0500) Subject: i think this selector needs the arch X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ce9928cf11e731ee55beaa8b4fab9c50d99c5694;p=puppet-virtual.git i think this selector needs the arch --- diff --git a/manifests/xen.pp b/manifests/xen.pp index 357cd42..a24021a 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -85,7 +85,7 @@ class xen::domain::centos inherits xen::domain::base { } class xen::domain::debian inherits xen::domain::base { - "$xen-linux-system" = ? { + "$xen-linux-system" = $architecture ? { amd64 => xen-linux-system-2.6.26-1-xen-amd64, i386 => xen-linux-system-2.6.26-1-xen-686 }