From 52ea7adc9f418741c1aa90e3e891d221ac325b6d Mon Sep 17 00:00:00 2001 From: pietro Date: Fri, 8 May 2009 02:51:21 -0700 Subject: fix typo --- manifests/xen.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/xen.pp b/manifests/xen.pp index a2c3baf..f987c8a 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -129,6 +129,6 @@ class xen::dom0::debian inherits xen::dom0::base { file { "/etc/xen-tools/xen-tools.conf": owner => root, group => 0, mode => 0644, - content => template("virtual/xen-tool.conf"); + content => template("virtual/xen-tools.conf"); } } -- cgit v1.2.3