]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
add xen-specific path to the xen-tools site-virtual template path
authorMicah Anderson <micah@riseup.net>
Wed, 15 Dec 2010 18:54:01 +0000 (13:54 -0500)
committerMicah Anderson <micah@riseup.net>
Wed, 15 Dec 2010 18:54:01 +0000 (13:54 -0500)
manifests/xen.pp

index 95e993720effbb225856fc670966e52829afcfef..c5caa6cd19998da9fee8f5ef049147cdd1800e35 100644 (file)
@@ -149,7 +149,7 @@ class xen::dom0::debian inherits xen::dom0::base {
   file {
     "/etc/xen-tools/xen-tools.conf":
       owner => root, group => 0, mode => 0644,
-      content => template("site-virtual/${operatingsystem}/${lsbdistcodename}/xen-tools.conf.erb"),
+      content => template("site-virtual/xen/${operatingsystem}/${lsbdistcodename}/xen-tools.conf.erb"),
       require => Package['xen-tools'];
   }
 }