aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-15 13:38:28 -0500
committerMicah Anderson <micah@riseup.net>2010-12-15 13:38:28 -0500
commit078f717b98a8f6822ae01a05e3cedb5c32bf24a5 (patch)
treeea9d02fe1c47ab1dc346a995dc125cf2a6b6c44c /manifests
parent22b37d7e165fe5cd2ff688cb59b559167ce8dbf0 (diff)
downloadpuppet-virtual-078f717b98a8f6822ae01a05e3cedb5c32bf24a5.tar.gz
puppet-virtual-078f717b98a8f6822ae01a05e3cedb5c32bf24a5.tar.bz2
change template location for xen-tools.conf.erb to be in the site-virtual module, with a $operatingsystem/$lsbdistcodename variation
Diffstat (limited to 'manifests')
-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'];
}
}