]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
change template location for xen-tools.conf.erb to be in the site-virtual module...
authorMicah Anderson <micah@riseup.net>
Wed, 15 Dec 2010 18:38:28 +0000 (13:38 -0500)
committerMicah Anderson <micah@riseup.net>
Wed, 15 Dec 2010 18:38:28 +0000 (13:38 -0500)
manifests/xen.pp

index 6aff1b8633f6493abcef84aac11fcb595c928cd1..afcc13d7e88d440ed26487d3a68b4c0b51944e81 100644 (file)
@@ -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'];
   }
 }