From: Micah Anderson Date: Wed, 15 Dec 2010 18:54:01 +0000 (-0500) Subject: add xen-specific path to the xen-tools site-virtual template path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=45f951dac124333c30acdd7b18b4f8a0d224c480;p=puppet-virtual.git add xen-specific path to the xen-tools site-virtual template path --- diff --git a/manifests/xen.pp b/manifests/xen.pp index 95e9937..c5caa6c 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -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']; } }