diff options
author | Micah Anderson <micah@riseup.net> | 2010-12-15 13:51:32 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-12-15 13:51:32 -0500 |
commit | 52046b5dd07703d82c2b77452144dd928cf30347 (patch) | |
tree | 582081b81f9225625f2113f9467d1c88afea4068 /manifests | |
parent | 078f717b98a8f6822ae01a05e3cedb5c32bf24a5 (diff) | |
download | puppet-virtual-52046b5dd07703d82c2b77452144dd928cf30347.tar.gz puppet-virtual-52046b5dd07703d82c2b77452144dd928cf30347.tar.bz2 |
fix closing curly brace syntax error
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/xen.pp | 3 |
1 files changed, 1 insertions, 2 deletions
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, |