From 078f717b98a8f6822ae01a05e3cedb5c32bf24a5 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 15 Dec 2010 13:38:28 -0500 Subject: change template location for xen-tools.conf.erb to be in the site-virtual module, with a $operatingsystem/$lsbdistcodename variation --- manifests/xen.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/xen.pp') 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']; } } -- cgit v1.2.3