diff options
author | Pietro Ferrari <pietro@riseup.net> | 2009-03-13 18:12:35 -0700 |
---|---|---|
committer | Pietro Ferrari <pietro@riseup.net> | 2009-03-13 18:12:35 -0700 |
commit | 6e6b82d8a61e923358738026c644320df4bd4a65 (patch) | |
tree | 635ad610493232c12e702d822b7fdd358f515fe3 /manifests | |
parent | 252dd0c5ec47de593e06a893e58a21b3eb3e2249 (diff) | |
download | puppet-virtual-6e6b82d8a61e923358738026c644320df4bd4a65.tar.gz puppet-virtual-6e6b82d8a61e923358738026c644320df4bd4a65.tar.bz2 |
fix missing bracket
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/xen.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/xen.pp b/manifests/xen.pp index c824fc6..a2c3baf 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -124,6 +124,7 @@ class xen::dom0::debian inherits xen::dom0::base { ensure => "4.1-1~bpo50+1", } } + } file { "/etc/xen-tools/xen-tools.conf": |