aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpietro <pietro@riseup.net>2009-05-08 02:51:21 -0700
committerpietro <pietro@riseup.net>2009-05-08 02:51:21 -0700
commit52ea7adc9f418741c1aa90e3e891d221ac325b6d (patch)
tree598c4521f9d0996fbed46fb6fb9508009b8a1601
parent6e6b82d8a61e923358738026c644320df4bd4a65 (diff)
downloadpuppet-virtual-52ea7adc9f418741c1aa90e3e891d221ac325b6d.tar.gz
puppet-virtual-52ea7adc9f418741c1aa90e3e891d221ac325b6d.tar.bz2
fix typo
-rw-r--r--manifests/xen.pp2
1 files changed, 1 insertions, 1 deletions
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");
}
}