From: Micah Anderson Date: Wed, 11 Feb 2009 20:35:20 +0000 (-0500) Subject: try quoting the var X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d52b58000faa57f7f83f7e3436eff583dacae4e2;p=puppet-virtual.git try quoting the var --- diff --git a/manifests/xen.pp b/manifests/xen.pp index 7dce210..357cd42 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -85,13 +85,13 @@ class xen::domain::centos inherits xen::domain::base { } class xen::domain::debian inherits xen::domain::base { - $xen-linux-system = ? { + "$xen-linux-system" = ? { amd64 => xen-linux-system-2.6.26-1-xen-amd64, i386 => xen-linux-system-2.6.26-1-xen-686 } package { - $xen-linux-system: + "$xen-linux-system": ensure => present, alias => "xen-linux-system"; }