From: Micah Anderson Date: Wed, 15 Dec 2010 18:51:32 +0000 (-0500) Subject: fix closing curly brace syntax error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=52046b5dd07703d82c2b77452144dd928cf30347;p=puppet-virtual.git fix closing curly brace syntax error --- diff --git a/manifests/xen.pp b/manifests/xen.pp index afcc13d..95e9937 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -101,8 +101,7 @@ class xen::domain::debian inherits xen::domain::base { } } } -} - + package { "$xen_linux_system": ensure => present,