diff options
author | Micah Anderson <micah@riseup.net> | 2010-12-15 13:54:01 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-12-15 13:54:01 -0500 |
commit | 45f951dac124333c30acdd7b18b4f8a0d224c480 (patch) | |
tree | 32659ba4b52fe6fecfbac8d72167596961cbd906 /manifests | |
parent | 52046b5dd07703d82c2b77452144dd928cf30347 (diff) | |
download | puppet-virtual-45f951dac124333c30acdd7b18b4f8a0d224c480.tar.gz puppet-virtual-45f951dac124333c30acdd7b18b4f8a0d224c480.tar.bz2 |
add xen-specific path to the xen-tools site-virtual template path
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/xen.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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']; } } |