diff options
author | pietro <pietro@riseup.net> | 2009-05-08 03:38:34 -0700 |
---|---|---|
committer | pietro <pietro@riseup.net> | 2009-05-08 03:38:34 -0700 |
commit | 0a1e08ddff0b15e3ad74302735fd4d561990d902 (patch) | |
tree | d1d23b57adfd7f14e238d0f62218511a276f5c82 /manifests | |
parent | 27309e37999ea7ba1f13be8430e9e121a17b77b5 (diff) | |
download | puppet-virtual-0a1e08ddff0b15e3ad74302735fd4d561990d902.tar.gz puppet-virtual-0a1e08ddff0b15e3ad74302735fd4d561990d902.tar.bz2 |
rename template to .erb
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 a6734a6..f7d90fd 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -133,7 +133,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"), + content => template("virtual/xen-tools.conf.erb"), require => Package['xen-tools']; } } |