aboutsummaryrefslogtreecommitdiff
path: root/manifests/xen.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/xen.pp')
-rw-r--r--manifests/xen.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/xen.pp b/manifests/xen.pp
index 6aff1b8..afcc13d 100644
--- a/manifests/xen.pp
+++ b/manifests/xen.pp
@@ -150,7 +150,7 @@ 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-tools.conf.erb"),
+ content => template("site-virtual/${operatingsystem}/${lsbdistcodename}/xen-tools.conf.erb"),
require => Package['xen-tools'];
}
}