diff options
author | Micah Anderson <micah@riseup.net> | 2009-02-11 15:38:34 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-02-11 15:38:34 -0500 |
commit | ce9928cf11e731ee55beaa8b4fab9c50d99c5694 (patch) | |
tree | 3a074925829deffc02a64c203a3e1062819186a7 /manifests/xen.pp | |
parent | d52b58000faa57f7f83f7e3436eff583dacae4e2 (diff) | |
download | puppet-virtual-ce9928cf11e731ee55beaa8b4fab9c50d99c5694.tar.gz puppet-virtual-ce9928cf11e731ee55beaa8b4fab9c50d99c5694.tar.bz2 |
i think this selector needs the arch
Diffstat (limited to 'manifests/xen.pp')
-rw-r--r-- | manifests/xen.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |